docs(cli): compare airbyte-cli conventions for PyAirbyte#1026
Closed
Aaron ("AJ") Steers (aaronsteers) wants to merge 1 commit into
Closed
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. 💡 Show Tips and TricksTesting This PyAirbyte VersionYou can test this version of PyAirbyte using the following: # Run PyAirbyte CLI from this branch:
uvx --from 'git+https://github.com/airbytehq/PyAirbyte.git@devin/1779160319-cli-conventions-proposal' pyairbyte --help
# Install PyAirbyte from this branch for development:
pip install 'git+https://github.com/airbytehq/PyAirbyte.git@devin/1779160319-cli-conventions-proposal'PR Slash CommandsAirbyte Maintainers can execute the following slash commands on your PR:
📚 Show Repo GuidanceHelpful ResourcesCommunity SupportQuestions? Join the #pyairbyte channel in our Slack workspace. |
PyTest Results (Fast Tests Only, No Creds)85 tests ±0 84 ✅ ±0 25s ⏱️ -6s For more details on these failures, see this check. Results for commit b6b8185. ± Comparison against base commit 4e2973b. |
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
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.
This PR targets the following PR:
airbyte-cloudandairbyte-localCLIs #1010Summary
AJ asked for this comparison before applying PyAirbyte CLI behavior changes. This stacked draft PR adds a docs-only proposal comparing PR 1010's PyAirbyte CLI shape against the separate
airbytehq/airbyte-clicodebase.No CLI behavior changes are implemented here; code changes are intentionally deferred pending AJ approval of the naming and ergonomics decisions.
The proposal covers:
getvsdescribenamingReview & Testing Checklist for Human
airbyte-cliprecedents AJ wants applied to PyAirbyte.getvsdescribe, universal--json, credential-file compatibility, output envelopes/--fields, and self-managed root flag naming.Notes
Validation is intentionally lightweight because this PR adds only a Markdown proposal. I will run a git diff/status sanity check and skip Python lint unless Python files are touched.
Devin session
Requested by: Aaron ("AJ") Steers (@aaronsteers)