Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement in task documentation capabilities #74

Merged
merged 1 commit into from Jun 24, 2015
Merged

Conversation

mistercrunch
Copy link
Member

screen shot 2015-06-24 at 10 25 06 am

mistercrunch added a commit that referenced this pull request Jun 24, 2015
Improvement in task documentation capabilities
@mistercrunch mistercrunch merged commit 08fbe11 into master Jun 24, 2015
@mistercrunch mistercrunch deleted the task_doc branch June 24, 2015 23:43
@askeys
Copy link
Contributor

askeys commented Jun 25, 2015

👍 awesome.

lexer(),
HtmlFormatter(linenos=True),
)
return s
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which is it that you wish to return? :P

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. I'll trim the second return out

allisonwang pushed a commit to allisonwang/incubator-airflow that referenced this pull request Jul 25, 2017
kaxil added a commit to astronomer/airflow that referenced this pull request Apr 5, 2021
closes apache#15178
closes apache#13761

This feature was added in 2015 in apache#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.
kaxil added a commit that referenced this pull request Apr 5, 2021
)

closes #15178
closes #13761

This feature was added in 2015 in #74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.
kaxil added a commit that referenced this pull request Apr 9, 2021
)

closes #15178
closes #13761

This feature was added in 2015 in #74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

(cherry picked from commit e86f5ca)
ashb pushed a commit that referenced this pull request Apr 15, 2021
)

closes #15178
closes #13761

This feature was added in 2015 in #74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

(cherry picked from commit e86f5ca)
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Sep 16, 2021
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

(cherry picked from commit e86f5ca8fa5ff22c1e1f48addc012919034c672f)

GitOrigin-RevId: 7e547b7c3c7d7402ed1e4221c3a0d12789887824
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Sep 17, 2021
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Sep 23, 2021
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Nov 27, 2021
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
mobuchowski pushed a commit to mobuchowski/airflow that referenced this pull request Jan 4, 2022
apache#74)

* fetch big query job details based on the job_id; add/update tests; update dag logic

Signed-off-by: SreeV <441385+sreev@users.noreply.github.com>

* fix ci build errors; remove not used code

Signed-off-by: SreeV <441385+sreev@users.noreply.github.com>

* change context key/type per design

Signed-off-by: SreeV <441385+sreev@users.noreply.github.com>

* rename var for clarity; close client

Signed-off-by: SreeV <441385+sreev@users.noreply.github.com>

* add safe way to get marquez client

Signed-off-by: SreeV <441385+sreev@users.noreply.github.com>

* rename to bigquery_job_id

Signed-off-by: SreeV <441385+sreev@users.noreply.github.com>
mobuchowski added a commit to mobuchowski/airflow that referenced this pull request Jan 4, 2022
Signed-off-by: Maciej Obuchowski <maciej.obuchowski@getindata.com>
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Mar 10, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Jun 4, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Jul 9, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Aug 27, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Oct 4, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
aglipska pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Oct 7, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Dec 7, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Jan 27, 2023
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants