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

Add Airtable Hook #8589

Closed
hagope opened this issue Apr 27, 2020 · 8 comments
Closed

Add Airtable Hook #8589

hagope opened this issue Apr 27, 2020 · 8 comments
Labels
area:providers good first issue kind:new provider request label to mark request for adding new provider

Comments

@hagope
Copy link
Contributor

hagope commented Apr 27, 2020

Description

Airtable is powerful and intuitive service that allows users to build complex data structures and layers in tons of other features in the form of "blocks."

Use case / motivation

Its important for Airflow to connect to apps in which business users are inputting data in a structured manner. I've previously implemented the Google Sheets hook which we are putting to good use at Coursera and hopefully elsewhere. I believe Airtable could be used similarly for loading/reading "bases" (tables). Implementation seems pretty straightforward, with clean api

One potential use case I'd like to explore is using Airtable as an entry point for DAG creation, it has a very good UI/UX and could potentially provide a "no-code" solution to getting DAGs up and running with Airflow.

-->

Related Issues

[AIRFLOW-5158] Add Google Sheets hook

@hagope hagope added the kind:feature Feature Requests label Apr 27, 2020
@boring-cyborg
Copy link

boring-cyborg bot commented Apr 27, 2020

Thanks for opening your first issue here! Be sure to follow the issue template!

@turbaszek
Copy link
Member

Hi @hagope thanks for the issue! Would you like to work on it?

@samrogers226
Copy link

I would be happy to take this - I've actually already built a bit of custom code to integrate our stack with Airtable and could benefit from this.

@turbaszek feel free to list me as the assignee.

@turbaszek
Copy link
Member

@samrogers226 awesome! Ping me if you need any reviews :)

@eladkal
Copy link
Contributor

eladkal commented Apr 18, 2021

@samrogers226 are you still working on this issue?

@josh-fell
Copy link
Contributor

@turbaszek @eladkal I'd love to hack away at this.

@eladkal eladkal added the kind:new provider request label to mark request for adding new provider label Mar 18, 2022
@eladkal
Copy link
Contributor

eladkal commented Mar 18, 2022

Airtable has python sdk which seems maintained: https://github.com/gtalarico/pyairtable
so for anyone who wants to pick it up it should be easier to integrate with the Python SDK.
You can check previous PRs of adding new provider for reference like: #17068

@eladkal eladkal removed the kind:feature Feature Requests label Mar 18, 2022
@eladkal
Copy link
Contributor

eladkal commented Aug 29, 2022

Due to time passed and the fact that no one expressed interest in this provider I'm closing this request.
Providers can be added as 3rd party (it doesn't have to be in Airflow repo) https://airflow.apache.org/ecosystem/#third-party-airflow-plugins-and-providers
If anyone thinks there is a reason to add this provider to Airflow and is willing to maintain it please open a thread on the mailing list first.

@eladkal eladkal closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers good first issue kind:new provider request label to mark request for adding new provider
Projects
None yet
Development

No branches or pull requests

6 participants