Skip to content
Snippets Groups Projects
Commit 7d43df46 authored by Deepa Kumari's avatar Deepa Kumari Committed by Chad Leong
Browse files

User context changes for osdu-ingest

(cherry picked from commit f245637a)
parent 2fcbfc74
No related branches found
No related tags found
1 merge request!153Cherry-pick 'User context changes for osdu-ingest' into release/0.22
Pipeline #198714 skipped
......@@ -12,6 +12,17 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
# Adding below source urls to see where the code is coming from in airflow dag's code page
# Please change these lines if any dependencies are changed in future or if the code is moved
# This code is coming from repo: https://community.opengroup.org/osdu/platform/data-flow/ingestion/ingestion-dags
# File: https://community.opengroup.org/osdu/platform/data-flow/ingestion/ingestion-dags/-/blob/master/src/osdu_dags/osdu-ingest-r3.py
# Dependencies:
# osdu-api==0.21.3
# osdu-airflow==0.21.2
# osdu-ingestion==0.21.0
"""DAG for R3 ingestion."""
......
# These packages need to be installed in AF Env.
--extra-index-url=https://community.opengroup.org/api/v4/projects/148/packages/pypi/simple
osdu-api~=0.12.0
osdu-api~=0.21.3
--extra-index-url=https://community.opengroup.org/api/v4/projects/668/packages/pypi/simple/
osdu-airflow~=0.12.0
osdu-airflow~=0.21.2
--extra-index-url https://community.opengroup.org/api/v4/projects/823/packages/pypi/simple
osdu-ingestion~=0.12.0
osdu-ingestion~=0.21.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment