This repository was archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Orchestra 2.0 #13
Merged
Merged
Orchestra 2.0 #13
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rib.operators.gcs_to_bq.GoogleCloudStorageToBigQueryOperator
…exist in newer gmp_dv360_operator.py
…_erf_uploader_to_bq_dag to use new operators
…laced by the DisplayVideo360DownloadReportOperator.
…e been moved under the gmp_dv360_operator package.
…oduct naming conventions.
…dy present bq hook object
…g documentation Change-Id: I973e7e699f627b529812300f2d9e7774e4efde4d
|
Hello, My team at Polidea created these new operators. You are one of the first users of it. Have you had any problems with them? If you have comments or suggestions for improvement, we will gladly implement them. These operators have not yet been released in any Airflow release, so there is a free change if your comments are useful for future users. Best regards, |
ceoloide
added a commit
that referenced
this pull request
Mar 2, 2020
commit 8431ac6 Merge: 5cbc67b 9257165 Author: Marco Massarelli <60667061+ceoloide@users.noreply.github.com> Date: Mon Mar 2 09:38:30 2020 -0500 Merge pull request #20 from Jimbol4/csv-parse-fix GoogleDisplayVideo360RecordSDFAdvertiserOperator CSV parse fix commit 9257165 Author: Jimbol4 <jimbola@gmail.com> Date: Mon Mar 2 11:55:38 2020 +0000 Change parsing method to use DictReader commit 9e1d87f Author: Jimbol4 <jimbola@gmail.com> Date: Fri Feb 28 11:19:51 2020 +0000 Parse CSV with csv reader instead of string comma split commit 5cbc67b Merge: b42be20 006853f Author: Marco Massarelli <mmassarelli@google.com> Date: Thu Feb 6 17:55:36 2020 -0500 Merge remote-tracking branch 'gob/master' commit b42be20 Merge: 864c444 cac9932 Author: Kingsley <kingsleykelly@google.com> Date: Tue Jan 14 10:02:54 2020 +0000 Merge pull request #16 from google/sdf_v5 Adding support for SDF version 5 commit cac9932 Author: Tom Oczos <41787263+oczos@users.noreply.github.com> Date: Fri Jan 10 11:09:52 2020 +0000 Adding support for SDF version 5 Added table schemas to support SDF version 5 output commit 864c444 Merge: 841d30d b92dad0 Author: Tom Oczos <41787263+oczos@users.noreply.github.com> Date: Mon Dec 9 13:56:44 2019 +0000 Merge pull request #15 from google/kw-args Update Readme and update Entity Read Files for new Hook commit b92dad0 Author: Kingsley Kelly <kingsleykelly@google.com> Date: Fri Nov 8 10:37:13 2019 +0000 Update README Change-Id: Ia0e95320fe2d154b2aa4dcf1938ac2ea9bc41370 commit 70f7f5b Author: Kingsley Kelly <kingsleykelly@google.com> Date: Wed Nov 6 11:31:05 2019 +0000 Update readme Change-Id: Iebc1af9d3e65030abd3691a03bfb51bc467ba645 commit 841d30d Merge: 7a2a370 43a0849 Author: Kingsley Kelly <kingsleykelly@google.com> Date: Mon Nov 4 18:02:35 2019 +0000 Merge branch 'master' of https://github.com/google/orchestra Change-Id: Ib6c6e42c395b46ec8132ef28f627aa1a7762a465 commit 7a2a370 Author: Kingsley Kelly <kingsleykelly@google.com> Date: Mon Nov 4 18:00:03 2019 +0000 Remove table of contents Change-Id: I0cb6f566f81ff0f83fa05f71aa8b2876276e10d9 commit 43a0849 Merge: 2f73de9 2bf53c1 Author: Tom Oczos <41787263+oczos@users.noreply.github.com> Date: Mon Nov 4 17:53:26 2019 +0000 Merge pull request #13 from google/Orchestra-2.0 Orchestra 2.0 Merging GitHub pull request #20 changes, while squashing them trying to resolve missing Change-Id issue in Gerrit. Change-Id: I47fb0f66b618d88438c90d61d3bccb0403869148
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Orchestra's V2 Changes.
Reporting through Airflow is being moved to the Apache Project itself.
You can see this here:
SA Reporting
CM Reporting
DV360 Reporitng
To accommodate the new GMP Operators being added to Airflow we have modified the structure of this project and brought the way we do dags up to a higher and consistent standard.
Please note that version 1 of this project is available here and remains unchanged.
This Pull adds CM reporting and SA reporting and restructures the project.