You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/17 22:14:54 UTC

[GitHub] [airflow] jelther opened a new issue #10367: Markdown table is not rendered in doc_md attribute for DAG

jelther opened a new issue #10367:
URL: https://github.com/apache/airflow/issues/10367


   **Apache Airflow version**: 1.10.11
   
   **Environment**: Python 3.7
   
   - **Cloud provider or hardware configuration**:
   - **OS** (e.g. from /etc/os-release): PRETTY_NAME="Debian GNU/Linux 10 (buster)"
    (from python3.7-slim-buster docker image)
   - **Kernel** (e.g. `uname -a`): Linux 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 GNU/Linux
   - **Install tools**:
   - **Others**:
   
   **What happened**:
   
   Using a markdown formatted table does not work.
   
   **What you expected to happen**:
   
   To be able to see a formated table within DAG view
   
   **How to reproduce it**:
   
   Add a tabular formatted code do dag.doc_md.
   
   Example:
   
   > mytable:
   > 
   > | a | b | c |
   > | ------------- | ------------- | ------------- |
   > | a | b | c |
   
   [Table not formatted](https://i.imgur.com/l6JXuWe.png)
   
   **Anything else we need to know**: N/A
   


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



[GitHub] [airflow] potiuk commented on issue #10367: Markdown table is not rendered in doc_md attribute for DAG

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #10367:
URL: https://github.com/apache/airflow/issues/10367#issuecomment-752688078


   Feel free @jyotidhiman0610 


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



[GitHub] [airflow] mik-laj commented on issue #10367: Markdown table is not rendered in doc_md attribute for DAG

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #10367:
URL: https://github.com/apache/airflow/issues/10367#issuecomment-675156444


   It seems that the original markdown specification does not provide support for tables
   https://daringfireball.net/projects/markdown/syntax
   We have to activate it with the extension.
   https://python-markdown.github.io/extensions/


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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #10367: Markdown table is not rendered in doc_md attribute for DAG

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #10367:
URL: https://github.com/apache/airflow/issues/10367#issuecomment-675141626


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


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



[GitHub] [airflow] mik-laj commented on issue #10367: Markdown table is not rendered in doc_md attribute for DAG

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #10367:
URL: https://github.com/apache/airflow/issues/10367#issuecomment-749604125


   @avats-dev I unassigned you from this ticket so that the other contributor can start working on it. If you want to continue working, let me know and I will assign you again.


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



[GitHub] [airflow] mik-laj closed issue #10367: Markdown table is not rendered in doc_md attribute for DAG

Posted by GitBox <gi...@apache.org>.
mik-laj closed issue #10367:
URL: https://github.com/apache/airflow/issues/10367


   


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



[GitHub] [airflow] mik-laj commented on issue #10367: Markdown table is not rendered in doc_md attribute for DAG

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #10367:
URL: https://github.com/apache/airflow/issues/10367#issuecomment-675154696


   It seems worth taking care of this. Do you want me to assign you this ticket? I will be happy to help if you need any support and reviews.


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



[GitHub] [airflow] jyotidhiman0610 commented on issue #10367: Markdown table is not rendered in doc_md attribute for DAG

Posted by GitBox <gi...@apache.org>.
jyotidhiman0610 commented on issue #10367:
URL: https://github.com/apache/airflow/issues/10367#issuecomment-752563293


   Can I take this up? @mik-laj 


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



[GitHub] [airflow] avats-dev commented on issue #10367: Markdown table is not rendered in doc_md attribute for DAG

Posted by GitBox <gi...@apache.org>.
avats-dev commented on issue #10367:
URL: https://github.com/apache/airflow/issues/10367#issuecomment-677847055


   Hey @mik-laj , I would like to work on this. I'm new to the airflow community, and this seems a bit easier to start. Can you guide me what I need to do to resolve this?
   > btw, from what I understand, I think I just have to edit the markdown parser with this [extension](https://python-markdown.github.io/extensions/tables/), but I need to know where the file is that I need to edit for this.
   
   Thanks for all the support!


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



[GitHub] [airflow] mik-laj commented on issue #10367: Markdown table is not rendered in doc_md attribute for DAG

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #10367:
URL: https://github.com/apache/airflow/issues/10367#issuecomment-677850525


   Hello,
   
   I assigned you to this ticket. Now you can create a PR with your change. 
   
   To work it is useful to set up the Breeze development environment. Here is a guide: https://github.com/apache/airflow/blob/master/BREEZE.rst
   
   I think it's worth taking a look at the contribution workflow:
   https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contribution-workflow
   
   If you have any questions, feel free to ask. 


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