yggdrasil.databricks.cli.services.tables¶
tables ¶
ygg databricks tables — table operations via the Tables service.
Currently exposes Auto Loader ingestion::
ygg databricks tables autoload catalog.schema.table
ygg databricks tables autoload my_cat.my_sch.events --no-file-arrival
ygg databricks tables autoload c.s.t --source s3://bucket/drop/ --format json --run --wait 900
autoload get-or-creates the serverless cloudFiles ingestion job built by
:meth:yggdrasil.databricks.table.table.Table.auto_loader (named
[YGG][AUTOLOADER] <table>), shipping the ygg image as a reusable named base
environment (--environment; default: the version-pinned ygg image
ygg-<version>-py3XX the seed writes) with the whole dependency closure
bundled for a zero-pip-install cluster env.