-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
source-delighted: Unix changed to normal timestamp #13439
Conversation
Thank you for this contribution @michaelnguyen26 . I will run the tests and go for a first review. |
/test connector=connectors/source-delighted
Build FailedTest summary info:
Build FailedTest summary info:
Build FailedTest summary info:
|
airbyte-integrations/connectors/source-delighted/source_delighted/source.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-delighted/source_delighted/source.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-delighted/source_delighted/spec.json
Outdated
Show resolved
Hide resolved
The test failure is normal as I would need to update the config for this connector in our CI following your changes. I'll update the config and re-run the tests once you get back to me following my suggestions. |
Requesting review from @misteryeo as |
@michaelnguyen26 could you please give feedback after my suggestion so that we can make this PR move forward? 🙏 |
…ted/source.py Co-authored-by: Augustin <[email protected]>
…ted/source.py Co-authored-by: Augustin <[email protected]>
…ted/spec.json Co-authored-by: Augustin <[email protected]>
@alafanechere sorry for the late response. I am still fresh and new with AirByte's source code and dealing with a large open source project. Please bear with me. The suggestions you've made makes sense to me and I do not see anything wrong with them. I merged them in. Thanks! |
/test connector=connectors/source-delighted
Build FailedTest summary info:
|
/publish connector=connectors/source-delighted
|
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.
@michaelnguyen26 I made the final changes required to fully implement my suggestion. Ready to merge. Thank you for the initiative!
What
Improved the source-delighted page by allowing users to enter a normal timestamp instead of a unix timestamp.
How
Made changes to the spec.json and source.py under the source-delighted. The backend side still converts the timestamp to unix, but the frontend allows the user to enter a regular timestamp.
Recommended reading order
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changesTests
./gradlew :airbyte-config:init:processResources