[ 
https://issues.apache.org/jira/browse/AIRFLOW-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15280804#comment-15280804
 ] 

Chris Riccomini commented on AIRFLOW-67:
----------------------------------------

{quote}Unknown macro: {models.py}{quote}

It sounds like the scheduler is unable to import the DAG because you have a 
string in one of your operator parameters that looks like a jinja template 
string (e.g. {{\{models.py\}}}).

> Dag is not avaialble on UI
> --------------------------
>
>                 Key: AIRFLOW-67
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-67
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: nirav pranami
>
> Dear Airflow Maintainers,
> Before I tell you about my issue, let me describe my Airflow environment:
> Airflow version: 1.7.0
> Airflow components: CeleryExecutor
> Python Version: 2.7.6
> Operating System: Centos
> Description of Issue
> Now that you know a little about me, let me tell you about the issue I am 
> having:
> I am not able to see a new dag I wrote on the web-UI. The dag shows up in the 
> *airflow list_dags* output.
> I am able to see all other dags that I wrote previously. Though, the dag 
> starts executing because some of the tasks move into *running* state.
> The new dag is not click-able and has the below info.
> {quote}
> This DAG isn't available in the web server's DagBag object. It shows up in 
> this list because the scheduler marked it as active in the metadata database.
> {quote}
> I had similar experience with a dag I published before this one. But, that 
> one became available after about a day.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to