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

added RML mapper in Airflow #82

Merged
merged 4 commits into from
Apr 26, 2022
Merged

added RML mapper in Airflow #82

merged 4 commits into from
Apr 26, 2022

Conversation

Dragos0000
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@costezki costezki left a comment

Choose a reason for hiding this comment

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

well done.
we could, however, give our own home to RMLMapper instead of setting it to squat the airflow home :).

@@ -12,6 +12,8 @@ COPY requirements.txt /opt/airflow

# working in the /opt/airflow
WORKDIR /opt/airflow
RUN wget -c https://github.com/RMLio/rmlmapper-java/releases/download/v5.0.0/rmlmapper-5.0.0-r362-all.jar -P .rmlmapper/
RUN mv .rmlmapper/rmlmapper-5.0.0-r362-all.jar .rmlmapper/rmlmapper.jar 2>/dev/null
Copy link
Collaborator

Choose a reason for hiding this comment

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

not sure we shall crowd /opt/airflow with the RMLMapper
a cleaner alternative would be to place it into /opt/rmlmapper but this requires setting the right env variables

@codecov
Copy link

codecov bot commented Apr 26, 2022

Codecov Report

Merging #82 (472805f) into main (549dccf) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #82   +/-   ##
=======================================
  Coverage   99.07%   99.07%           
=======================================
  Files          59       59           
  Lines        2385     2385           
=======================================
  Hits         2363     2363           
  Misses         22       22           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2bb2f99...472805f. Read the comment docs.

@Dragos0000 Dragos0000 merged commit 5be2bd8 into main Apr 26, 2022
@costezki costezki deleted the feature/TED-302 branch April 27, 2022 14:07
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.

2 participants