aviemzur commented on a change in pull request #41:
URL: https://github.com/apache/incubator-liminal/pull/41#discussion_r640486682



##########
File path: setup.py
##########
@@ -20,7 +20,18 @@
 import logging
 import os
 
-import setuptools
+import setuptools, subprocess
+from setuptools.command.install import install
+from distutils.sysconfig import get_python_lib
+
+LIMINAL_HOME_DAG="/opt/airflow/dags/liminal_dags.py"

Review comment:
       We should get dags dir from airflow, airflow users can config a dags dir.




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