aviem-naturalint commented on a change in pull request #39:
URL: https://github.com/apache/incubator-liminal/pull/39#discussion_r628851422
##########
File path: liminal/core/environment.py
##########
@@ -23,7 +23,7 @@
DEFAULT_DAGS_ZIP_NAME = 'liminal.zip'
DEFAULT_LIMINAL_HOME = os.path.expanduser('~/liminal_home')
DEFAULT_PIPELINES_SUBDIR = "pipelines"
-LIMINAL_HOME_PARAM_NAME = "LIMINAL_HOME"
+LIMINAL_HOME_PARAM_NAME = "AIRFLOW__CORE__LIMINAL_HOME"
Review comment:
This isn't a good name for local env, we should have a different
variable to hold this value
--
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]