stellar-models/models/descriptions/batch_id.md
eric-laurello d561255434
AN-5747 stellar gold (#3)
* first commit, added all docs but no transformations yet

* added all gold models, plus enhanced (EZ) operations and docs

* Silver incremental logic (#2)

* check in

* check in, gte in progress

* bronze & silver

* updated docs and gold models

* updated working gold models

* adding ez__operations as well

* SO, cluster, fix silver accounts

* updated ez config

* updated ez config formatting (minor)

* changed filenames and dir structure

* fixed and ran ez_operations, updated a line in the readme

---------

Co-authored-by: Mike Stepanovic <mike.stepanovic@flipsidecrypto.com>
2025-02-11 12:50:57 -05:00

242 B

{% docs batch_id %} String representation of the run id for a given DAG in Airflow. Takes the form of "scheduled__<batch_end_date>-<dag_alias>". Batch ids are unique to the batch and help with monitoring and rerun capabilities. {% enddocs %}