-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
refactor(source-shopify): Replace AirbyteLogger with logging.Logger #38251
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| 0.1.30 | 2022-01-24 | [9648](https://github.com/airbytehq/airbyte/pull/9648) | Added permission validation before sync | | ||
| 0.1.29 | 2022-01-20 | [9049](https://github.com/airbytehq/airbyte/pull/9248) | Added `shop_url` to the record for all streams | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Was there any reason not to reduce the spaces before the pipe in the version column from 0.1.29 to below? And is there any reason not to do the same on the rest?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just used the bump command. I didn't manually edit these lines
airbyte-ci connectors --name=source-shopify bump_version patch 38251 "Replace AirbyteLogger with logging.Logger"
What
Replace usage of deprecated AirbyteLogger with logging.Logger
Can this PR be safely reverted and rolled back?