Code Monkey home page Code Monkey logo

Comments (5)

mistercrunch avatar mistercrunch commented on May 12, 2024

There's a special undocumented feature to squeeze documentation at a task level. All you need to do is

foo = SomeOperator(...)
foo.doc = "This task does nothing"

This will render in the "Task Details" page in the header section.

There's also task.doc_yaml and task.doc_json that will actually render using nice language aware color coding. I could easily add task.doc_markup and/or task.doc_rst.

We could add more hook, say at the DAG level too and render it somewhere (as a header in the Graph view?). Though for now if you put a docstring on your DAG module you'll see it in the "Code" view.

from airflow.

mistercrunch avatar mistercrunch commented on May 12, 2024

#74

from airflow.

martingrayson avatar martingrayson commented on May 12, 2024

This looks brilliant! Is there also a way of using the ``.doc` attribute in something like sphynx or at least some way of getting such comments out of the airflow ecosystem for use in a doc library for developers?

from airflow.

mistercrunch avatar mistercrunch commented on May 12, 2024

Not sure, the sphinx automagic works out of class doctrings, not object content.

But it would be easy to put something together in the DAG object that would gather the doc_md string from the DAG object and all the tasks in the DAG and put together some a raw html page.

from airflow.

mistercrunch avatar mistercrunch commented on May 12, 2024

I'm closing this for now, but it shouldn't be hard to create a DAG.generate_html_docs() method at this point. I won't be writing it myself since we use the Airflow UI to display the eventual docs.

from airflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.