-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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-us-census] fix empty fields after sync #45331
Conversation
…pe/us-census/fix-empty-fields
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
/format-fix
|
|
||
config: Config | ||
|
||
def get_json_schema(self) -> Mapping[str, Any]: |
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.
@topefolorunso can you add some unit tests to verify this works as expected?
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.
Tests added now @girarda
/format-fix
|
What
Fixes the empty records returned by syncing from the source
How
Defining the schema depending on the
query_params
configReview guide
User Impact
Records will now be synced.
Can this PR be safely reverted and rolled back?