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

Fix args in tutorial docs #89

Merged
merged 3 commits into from
Jun 29, 2015
Merged

Fix args in tutorial docs #89

merged 3 commits into from
Jun 29, 2015

Conversation

artwr
Copy link
Contributor

@artwr artwr commented Jun 29, 2015

@mistercrunch
This fixes #88

"""

t3 = BashOperator(
task_id='templated',
bash_command=templated_command,
params={'my_param': 'Parameter I passed in'},
params={'my_param': 'Paramater I passed in'},
Copy link
Member

Choose a reason for hiding this comment

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

oops

@artwr
Copy link
Contributor Author

artwr commented Jun 29, 2015

fixed.

@mistercrunch
Copy link
Member

👍

mistercrunch added a commit that referenced this pull request Jun 29, 2015
@mistercrunch mistercrunch merged commit 864152b into master Jun 29, 2015
@mistercrunch mistercrunch deleted the fix_args_in_tutorial_docs branch June 29, 2015 21:27
allisonwang pushed a commit to allisonwang/incubator-airflow that referenced this pull request Aug 2, 2017
Replace eval with a literal eval to help prevent arbitrary code
execution on the webserver host.
mobuchowski pushed a commit to mobuchowski/airflow that referenced this pull request Jan 4, 2022
* add run_id

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

* get marquez_run_id and use in bigquery extractor

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

* change get job run id method

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

* major changes for populating bigquery.job_details

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

* fix link error

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

* add test cases with asserts for the major changes

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

* revert log changes; fix lint errors

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

* fix lint error

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

* add assert; fix lints

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

* fix google auth issue

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

* additional changes

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

* update test cases

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

* update log statement

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

* minor updates

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

* update location logic

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

* refactor for better tdd; add test cases

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

* change else to finally; minor changes to test

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

* revert to json; remove import logging; update test cases

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

* fix flake8 error

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

* rename job_details to job.json

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

* rename test case

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

* add loggingmixin back

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

* fix log.warning not found

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

* revert jsonpickle; add json

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

* update test cases

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

* remove unused method

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

* adding test case for the bigquery extractor

Signed-off-by: Julien Le Dem <julien@apache.org>

* fix linter errors

Signed-off-by: Julien Le Dem <julien@apache.org>

* fix seal call

Signed-off-by: Julien Le Dem <julien@apache.org>

* fix CONTRIBUTING instructions

Signed-off-by: Julien Le Dem <julien@apache.org>

* test cleanup

Signed-off-by: Julien Le Dem <julien@apache.org>

* simplify

Signed-off-by: Julien Le Dem <julien@apache.org>

* cleanup

Signed-off-by: Julien Le Dem <julien@apache.org>

* simplify

Signed-off-by: Julien Le Dem <julien@apache.org>

* improve tests; fixed bugs

Signed-off-by: Julien Le Dem <julien@apache.org>

Co-authored-by: Julien Le Dem <julien@apache.org>
mobuchowski pushed a commit to mobuchowski/airflow that referenced this pull request Jan 4, 2022
* openlineage:publish snapshots to artifactory
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