stephen-bracken commented on issue #68075:
URL: https://github.com/apache/airflow/issues/68075#issuecomment-4631611573

   on further investigation the error appears to be caused by this example dag 
triggering an asset:
   
https://github.com/apache/airflow/blob/47faf3c07231687ae1b9c3b2e2a695c3a5c56a0a/airflow-core/src/airflow/example_dags/example_asset_partition.py#L66
   ```
   @asset(
       uri="file://incoming/player-stats/team_b.csv",
       schedule=CronPartitionTimetable("15 * * * *", timezone="UTC"),
       tags=["player-stats", "ingestion"],
   )
   def team_b_player_stats():
       """Produce hourly partitioned stats for Team B."""
       pass
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to