bbovenzi commented on code in PR #37016:
URL: https://github.com/apache/airflow/pull/37016#discussion_r1496916649


##########
airflow/example_dags/example_datasets.py:
##########
@@ -50,6 +50,7 @@
 dag1_dataset = Dataset("s3://dag1/output_1.txt", extra={"hi": "bye"})
 # [END dataset_def]
 dag2_dataset = Dataset("s3://dag2/output_1.txt", extra={"hi": "bye"})
+dag3_dataset = Dataset("s3://dag3/output_3.txt", extra={"hi": "bye"})

Review Comment:
   Are we supposed to also use this datasets as an any/all rule in one of these 
dags?



##########
airflow/example_dags/example_datasets.py:
##########
@@ -50,6 +50,7 @@
 dag1_dataset = Dataset("s3://dag1/output_1.txt", extra={"hi": "bye"})
 # [END dataset_def]
 dag2_dataset = Dataset("s3://dag2/output_1.txt", extra={"hi": "bye"})
+dag3_dataset = Dataset("s3://dag3/output_3.txt", extra={"hi": "bye"})

Review Comment:
   Are we supposed to also use this dataset as an any/all rule in one of these 
dags?



-- 
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