Skip to content

Conversation

aaronsteers
Copy link
Contributor

@aaronsteers aaronsteers commented Sep 16, 2025

Summary by CodeRabbit

  • New Features
    • No user-facing changes in this release.
  • Chores
    • Updated ignore rules to include .envrc alongside .env and .env.local to better protect local secrets.
    • Renamed environment section header for clarity.
  • Style
    • Reordered entries within the environment block for consistency.
    • Added a trailing newline at the end of the file.

Copy link

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

Testing This PyAirbyte Version

You can test this version of PyAirbyte using the following:

# Run PyAirbyte CLI from this branch:
uvx --from 'git+https://github.com/airbytehq/PyAirbyte.git@aj/hotfix-ignore-dotenvrc' pyairbyte --help

# Install PyAirbyte from this branch for development:
pip install 'git+https://github.com/airbytehq/PyAirbyte.git@aj/hotfix-ignore-dotenvrc'

Helpful Resources

PR Slash Commands

Airbyte Maintainers can execute the following slash commands on your PR:

  • /fix-pr - Fixes most formatting and linting issues
  • /poetry-lock - Updates poetry.lock file
  • /test-pr - Runs tests with the updated PyAirbyte

Community Support

Questions? Join the #pyairbyte channel in our Slack workspace.

📝 Edit this welcome message.

@aaronsteers aaronsteers merged commit 9f17278 into main Sep 16, 2025
17 of 19 checks passed
@aaronsteers aaronsteers deleted the aj/hotfix-ignore-dotenvrc branch September 16, 2025 03:54
Copy link
Contributor

coderabbitai bot commented Sep 16, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

Renamed a comment header in .gitignore, added .envrc to the environment ignores between .env and .env.local, and ensured the file ends with a trailing newline. No other patterns changed.

Changes

Cohort / File(s) Summary
.gitignore updates
\.gitignore
Renamed comment to “# Environment Vars & Secrets”; added ignore entry for .envrc between .env and .env.local; added trailing newline at EOF; no other modifications.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Friendly nudge: Do you also want to ignore other direnv-related files (e.g., .envrc.local) or broader patterns like .env.* for safety, wdyt?

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch aj/hotfix-ignore-dotenvrc

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0f15951 and e026cbe.

📒 Files selected for processing (1)
  • .gitignore (2 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant