mik-laj commented on a change in pull request #10121:
URL: https://github.com/apache/airflow/pull/10121#discussion_r509831495



##########
File path: 
airflow/providers/google/cloud/example_dags/example_cloud_memorystore.py
##########
@@ -229,3 +251,80 @@
     failover_instance >> delete_instance_2
 
     export_instance >> create_instance_and_import >> scale_instance >> 
export_and_delete_instance
+
+with models.DAG(
+    "gcp_cloud_memorystore_memcached",
+    schedule_interval=None,  # Override to match your needs
+    start_date=dates.days_ago(1),
+    tags=['example'],
+) as dag:

Review comment:
       ```suggestion
   ) as dag_memcache:
   ```
   This change is required for system tests for Redis to work.




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

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


Reply via email to