USqlPackage Class

A Data Lake Analytics catalog U-SQL package item.

Inheritance
USqlPackage

Constructor

USqlPackage(**kwargs)

Parameters

compute_account_name
str
Required

the name of the Data Lake Analytics account.

version
str
Required

the version of the catalog item.

database_name
str
Required

the name of the database containing the package.

schema_name
str
Required

the name of the schema associated with this package and database.

name
str
Required

the name of the package.

definition
str
Required

the definition of the package.