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: Added missing job tag key in hive_sample_dag.py #308

Merged
merged 3 commits into from
Jul 28, 2020

Commits on Jul 28, 2020

  1. Added missing job tag key in hive_sample_dag.py

    Running "create_table_metadata_databuilder_job()" was giving an Exception : 
    ""ConfigMissingException" : No Configuration setting found for key job_publish_tag."
    Hence,
    Adding a missing key for job_publish_tag in "create_table_metadata_databuilder_job()" of hive_sample_dag.py.
    saiharish97 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    75955f5 View commit details
    Browse the repository at this point in the history
  2. Made changes as per guidelines

    Made changes to the code as per guidelines
    saiharish97 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    ba09ede View commit details
    Browse the repository at this point in the history
  3. Updated the file for failing build

    Updated the file for failing build
    saiharish97 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    5d7bb79 View commit details
    Browse the repository at this point in the history