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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to use this example from https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/assets.html#dependency-between-asset-task-and-classic-operators to define an asset together with a BashOperator that creates it:
I'd like to specify a schedule, e.g.
0 9 * * *, with a timezone. In an explicit DAG definition, this could be achieved withhowever
@assetdoes not seem to acceptstart_dateas an argument. Is there another way to achieve this with@asset?All reactions