Uh oh!
There was an error while loading. Please reload this page.
Add guide for DataprocInstantiateInlineWorkflowTemplateOperator - #22062
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst)
|
The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease. |
potiuk
commented
Mar 7, 2022
Failing tests and static checks :( |
mik-laj
commented
Mar 8, 2022
Can you add a reference to this section in Python API reference docs? airflow/airflow/providers/google/cloud/operators/bigquery.py Lines 126 to 128 in fb6b2d1 |
NiloFreitas
commented
Mar 8, 2022
The Python API reference docs for the DataprocInstantiateInlineWorkflowTemplateOperator already has a reference (which is broken):
So you want me to replace it with this
Or fix the link with this reference?
|
mik-laj
commented
Mar 8, 2022
What do you think about fixing a link AND adding a new reference to our guide? |
potiuk
commented
Mar 8, 2022
It needs some fixes in the list of documentation left. |
Awesome work, congrats on your first merged pull request! |
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
Added the example of DataprocInstantiateInlineWorkflowTemplateOperator in the documentation and example DAG