-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Create Apache TinkerPop provider #47446
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
Merged
potiuk
merged 163 commits into
apache:main
from
ahmadtfarhan:create-apache-tinkerpop-provider
Apr 24, 2025
Merged
Create Apache TinkerPop provider #47446
potiuk
merged 163 commits into
apache:main
from
ahmadtfarhan:create-apache-tinkerpop-provider
Apr 24, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…create-apache-tinkerpop-provider
…create-apache-tinkerpop-provider
…create-apache-tinkerpop-provider
…create-apache-tinkerpop-provider
…create-apache-tinkerpop-provider
…://github.com/ahmadfarhan97/airflow into create-apache-tinkerpop-provider
…create-apache-tinkerpop-provider
…create-apache-tinkerpop-provider
…create-apache-tinkerpop-provider
…create-apache-tinkerpop-provider
…create-apache-tinkerpop-provider
…create-apache-tinkerpop-provider
…create-apache-tinkerpop-provider
…create-apache-tinkerpop-provider
…create-apache-tinkerpop-provider
potiuk
approved these changes
Apr 23, 2025
Member
|
Approved. Let me run it one more time. Sorry to keep you watiing @ahmadtfarhan |
Member
|
Very, very good job with the integration, docs and the change |
Contributor
Author
Thanks! |
Contributor
Author
No worries! Let me know how it goes. |
|
great to see this merged - thanks everyone! |
prabhusneha
pushed a commit
to astronomer/airflow
that referenced
this pull request
Apr 25, 2025
* tests passed * narrow down CI * fix host * add drill for testing * add docker inspect * create a funtion * minor changes * change the inspect * add status condition * change host to zeros * rewrite the pipeline * push image and reuse * remove tag * rename tag * change to locally pushed image * add sha to image name * add sha to image name * add debug and login * change token name * change token name * remove login * remove login * remove login * move token to hight level * copy from ci * change to secrets * test workflow * test workflow * rerun on CI login * rerun on CI login * logout * revert logout * revert login * remove cleanup * readd cleanup * change docker pass * add login to action * move up * chage token * one job * one job * remove action * delete if condition * rename image * fix tar name * fix tar name * fix tar name * remove status * remove stdin * add logs and hostname * removed restart * add chmod * create entry sh * create entry sh * add status * remove failure * add user * revert back all ci yamls * revert back shell script * fix tinkerpop * change back to gremlin in the providers list * change docs * change docs * add conn_name_attr * move system test * change to cap * change to 1.0.0 * fix sh * removed serializer and some changes * fixing docs * update provider * change to 2.9.0 and add spell check * ran breeze release management * add doc strings * add asterisk * moved operators doc * fixed docs * fixed pyproject * minor change to docs * add conf.py * fixed docs * fix toml * changed to 2.10 * remove fab from tinkerpop * fix prov info * add close method * fix integration * change gremlin host * change gremlin host back * remove async * remove package * fix pyproject * fix test --------- Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
31 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Provider for Gremlin (Apache TinkerPop)
Summary
This PR introduces a new provider for Apache TinkerPop. The provider is designed to facilitate connections to graph databases supporting Gremlin, such as Azure Cosmos DB and Amazon Neptune.
Background
Previously, I had developed a custom hook to query data from Azure Cosmos DB using Gremlin graph query language. In this PR, I’ve consolidated that functionality into a full provider.
Changes
Provider Implementation:
run(query: str)method that submits raw Gremlin query strings and returns the results.Operator:
run(query)to execute the query.Testing:
Client.submit()successfully return results from Cosmos DB using Gremlin.Testing & Validation
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in newsfragments.