You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to DRY out values commonly specified in a YAML config (e.g. the dataset name or Airflow data folder), let’s support self-referencing variables in YAML. This is a similar mechanism to Serverless, where you can reference values enclosed in ${} brackets within a YAML configuration
Checklist
I created this issue in accordance with the Code of Conduct.
This issue is appropriately labeled.
The text was updated successfully, but these errors were encountered:
Description
In order to DRY out values commonly specified in a YAML config (e.g. the dataset name or Airflow data folder), let’s support self-referencing variables in YAML. This is a similar mechanism to Serverless, where you can reference values enclosed in
${}
brackets within a YAML configurationChecklist
The text was updated successfully, but these errors were encountered: