Skip to content
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

CTK: Invoke MongoDB Table Loader with Zyp Transformation #614

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Sep 19, 2024

About

On a specific collection loaded from a MongoDB Extended JSON file, mask (exclude/ignore/omit) certain elements, in order to import all records without further errors.

Both elements will be dropped:

  • .image.available_sizes
  • .screenshots[].available_sizes

Outlook

The procedure can be improved on a later iteration.

References

/cc @juanpardo, @wierdvanderhaar, @hlcianfagna, @ckurze

@cla-bot cla-bot bot added the cla-signed label Sep 19, 2024
On a specific collection loaded from a MongoDB Extended JSON file,
mask (exclude/ignore/omit) certain elements, in order to import all
records without further errors.

Both elements will be dropped:
- .image.available_sizes
- .screenshots[].available_sizes

The procedure can be improved on a later iteration.
@amotl amotl marked this pull request as ready for review September 19, 2024 15:40
@amotl amotl merged commit e2cc81c into main Sep 19, 2024
3 checks passed
@amotl amotl deleted the mongodb-transformations branch September 19, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant