mirror of
https://github.com/FlipsideCrypto/stellar-models.git
synced 2026-02-06 13:46:43 +00:00
* 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>
4 lines
242 B
Markdown
4 lines
242 B
Markdown
{% 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 %}
|