question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[KED-949] Kedro-Glue Plugin

See original GitHub issue

Description

Create a plugin to allow for easy conversion and deployment of Kedro pipelines to AWS Glue.

Context

Kedro is great for localized development but currently lacks a way to deploy pipelines on AWS. Kedro-Docker and Kedro-Airflow are great solutions to this problem but it would be great to be able to use AWS native ETL tools.

Possible Implementation

Implementation should be fairly similar to Kedro-Airflow but with obvious alterations tailored towards the AWS API. The general idea would be to convert a Kedro pipeline nodes to CodeGenNode structures, as well as capturing the relationship between nodes in CodeGenEdge structures.

For more information see: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-etl-script-generation.html

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:18 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
yetudadacommented, Mar 13, 2020

It’s finally possible to build Kedro-Glue! Commit ecd7277 has addressed removal of pandas and numpy from our core dependencies. The next major release will have this change. Good luck with the plugin! Let us know if you need help.

1reaction
i25959341commented, Sep 3, 2019

Can I have jab at this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

[KED-949] Kedro-Glue Plugin · Issue #57 - GitHub
Create a plugin to allow for easy conversion and deployment of Kedro pipelines to AWS Glue. Context. Kedro is great for localized development ......
Read more >
Kedro is an open-source Python framework for creating ...
[KED-949] Kedro-Glue Plugin. Description. Create a plugin to allow for easy conversion and deployment of Kedro pipelines to AWS Glue.
Read more >
The kedro from kedro-org - GithubHelp
Kedro is an open-source Python framework for creating reproducible, maintainable and modular data science code. It borrows concepts from software engineering ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found