-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from PrefectHQ/cruft-update
ran cruft update and manually edited in rejected changes
- Loading branch information
Showing
7 changed files
with
39 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,28 @@ | ||
<!-- | ||
Thanks for opening a pull request to prefect-airbyte 🎉! | ||
<!-- Thanks for contributing 🎉! Please ensure the title neatly summarizes the proposed changes. --> | ||
|
||
We've got a few requests to help us review contributions: | ||
<!-- Overview --> | ||
|
||
- Make sure that your title neatly summarizes the proposed changes. | ||
- Provide a short overview of the change and the value it adds. | ||
- Share an example to help us understand the change in user experience. | ||
- Run `pre-commit install && pre-commit run --all` for linting. | ||
Happy engineering! | ||
--> | ||
|
||
<!-- Include an overview here --> | ||
|
||
<!-- Link to issue --> | ||
Closes # | ||
Closes | ||
|
||
### Example | ||
<!-- | ||
Share an example of the change in action. | ||
A code blurb is best. Changes to features should include an example that is executable by a new user. | ||
<!-- A code blurb is best. Changes to features should include an example that is executable by a new user. --> | ||
|
||
### Screenshots | ||
<!-- | ||
Any relevant screenshots | ||
- The updated docs page from `mkdocs serve`. | ||
- Output from running the example. | ||
- Service integration test results. | ||
--> | ||
|
||
### Checklist | ||
<!-- These boxes may be checked after opening the pull request. --> | ||
|
||
- [ ] This pull request references any related issue by including "Closes #<ISSUE_NUMBER>" | ||
- If no issue exists and your change is not a small fix, please [create an issue](https://github.com/PrefectHQ/prefect-airbyte/issues/new/choose) first. | ||
- [ ] This pull request includes tests or only affects documentation. | ||
- [ ] Summarized PR's changes in [CHANGELOG.md](https://github.com/PrefectHQ/prefect-airbyte/blob/main/CHANGELOG.md) | ||
- [ ] References any related issue by including "Closes #<Issue Number>" or "Closes <Issue URL>". | ||
- If no issue exists and your change is not a small fix, please [create an issue](https://github.com/PrefectHQ/prefect-airbyte/issues/new/choose) first. | ||
- [ ] Includes tests or only affects documentation. | ||
- [ ] Passes `pre-commit` checks. | ||
- Run `pre-commit install && pre-commit run --all` locally for formatting and linting. | ||
- [ ] Includes screenshots of documentation updates. | ||
- Run `mkdocs serve` view documentation locally. | ||
- [ ] Summarizes PR's changes in [CHANGELOG.md](https://github.com/PrefectHQ/prefect-airbyte/blob/main/CHANGELOG.md) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
from . import _version | ||
|
||
from prefect_airbyte.server import AirbyteServer # noqa F401 | ||
|
||
__version__ = _version.get_versions()["version"] |
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