-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move first provider (airbyte) to a separate project
This is the first step to move providers to separate projects inside our monorepo. Airbyte is a first provider that is separated out to a project under "providers/<PROVIDER_ID>" directory. This has the nice property that all files belonging to the same provider are under a single directory that is part of the Airflow workspace. For now the code is more complex because we are handling providers being in either "old" or "new" structure, but once we move old providers to the new structure, a lot of code could be removed and simplified. The new structure for provider code is: ``` providers |- PROVIDER_ID | |- src | | |-airflow | | |- providers | | |- PROVIDER_ID | |- tests | | |- providers | | |- PROVIDER_ID | |- docs | | |- .latest-doc-only-changes.txt | |- pyproject.toml | |- CHANGELOG.rst | |- provider.yaml | |- README.rst |- PROVIDER_ID2 ... ```
- Loading branch information
Showing
77 changed files
with
1,538 additions
and
738 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.