Replies: 1 comment
-
|
I belive PaperMill has no S3 integration. That would be a new feture and t if you want to add it, feel free. Airflow is created by > 2200 contributors like you who missed some feature and added it as a contribution, giving back for the free software they got. Extending and building own operators is a first class citizen, so you can even extend PaperMill operator in the way you want without contributing it back, though it would be cool if you do contribute it back. You can use S3Hook to get the authorisation information for S3 for example (you can look at the code of other operators - some google operatos have some S3 integration for one) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using the airflow PaperMillOperator but I am unclear how to configure the "output_nb". Ideally I would like to directly upload to S3 as follows:
This does not work as it is expecting a file_path output for S3.
I also tried the standard method of saving to a file:
However, it cannot find such a file:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/testout.ipynb'
My question(s) are:
Note that this is Airflow 2.0 on K8s and I am using a VIrtualEnv within the DAG. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions