anitakar commented on a change in pull request #7296: [AIRFLOW-6683] Make REST
API respect store_serialized_dag setting
URL: https://github.com/apache/airflow/pull/7296#discussion_r373403153
##########
File path: tests/www/api/experimental/test_dag_runs_endpoint.py
##########
@@ -41,6 +41,7 @@ def setUpClass(cls):
def setUp(self):
super().setUp()
app, _ = application.create_app(testing=True)
+ app.config['STORE_SERIALIZED_DAGS'] = False
Review comment:
Could you give me an example of using "conf vars"? Do you mean
AIRFLOW__CONFIG__STORE_SERIALIZED_DAGS global env variable.
Sorry that I did not ask that earlier.
----------------------------------------------------------------
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]
With regards,
Apache Git Services