You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@liminal.apache.org by GitBox <gi...@apache.org> on 2021/05/27 10:12:36 UTC

[GitHub] [incubator-liminal] aviemzur commented on a change in pull request #41: [LIMINAL-73] post install dep for liminals_dags

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:
users@infra.apache.org