AWS Tutorials - Using External Libraries in AWS Glue Job

Опубликовано: 10 Октябрь 2024
на канале: AWS Tutorials
16,627
179

Script Location - https://github.com/aws-dojo/analytics...

When writing large number of ETL pipelines for the data platform; reusability becomes very critical for the maintenance and optimization. Reusability can be built around data extraction, storage location, data format standardization etc. External Python Libraries in Glue Job can help configure reusable libraries which are maintained centrally but are reused across different Glue Jobs. Learn the method of using reusable libraries in Glue Job in this tutorial.