You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "lfpll (via GitHub)" <gi...@apache.org> on 2023/08/09 20:17:11 UTC

[GitHub] [airflow] lfpll opened a new issue, #33272: Dataset Schedule backfilling on producer dags will backfill consumer dags.

lfpll opened a new issue, #33272:
URL: https://github.com/apache/airflow/issues/33272

   ### Description
   
   Right now if we back fill a dag that is a producer, the consumer dags will trigger a new dag with current date not related to the backfilled one.
   
   ### Use case/motivation
   
   I want to be able to clear my producer dags and recreate the same ones that the producer created so I have a relationship between then.
   
   ### Related issues
   
   If I have a dag dependency related to the date when the back fill ran I'm not able to correlate on the consumer
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] RNHTTR commented on issue #33272: Add capability of Dataset Schedule backfilling on producer dags clear the state of consumer dags instead of creating new runs.

Posted by "RNHTTR (via GitHub)" <gi...@apache.org>.
RNHTTR commented on issue #33272:
URL: https://github.com/apache/airflow/issues/33272#issuecomment-1672215643

   I think this makes sense. Be sure to check out the [contributors quick start guide](https://github.com/apache/airflow/blob/main/CONTRIBUTORS_QUICK_START.rst#note-to-starters) and ask any questions in the [#development-first-pr-support slack channel](https://apache-airflow.slack.com/archives/CCZRF2U5A) if you want to follow through with a PR and get stuck 😄 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] boring-cyborg[bot] commented on issue #33272: Dataset Schedule backfilling on producer dags will backfill consumer dags.

Posted by "boring-cyborg[bot] (via GitHub)" <gi...@apache.org>.
boring-cyborg[bot] commented on issue #33272:
URL: https://github.com/apache/airflow/issues/33272#issuecomment-1672086296

   Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org