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

Remove deprecation warnings and associated code for previous config structures #127

Open
3 tasks
riley-harper opened this issue Nov 20, 2023 · 0 comments
Open
3 tasks
Milestone

Comments

@riley-harper
Copy link
Contributor

There are several deprecation warnings sprinkled throughout the code that warn about previous config structures. The code around these warnings handles the previous structures for for backwards compatibility. We can remove these as we move forward with the new config structure. This is technically a breaking change and goes nicely with the planned configuration upgrades, so this can happen in hlink v4.

The deprecation messages are...

  • The config value 'blocking_steps' has been renamed to 'blocking' and is now just a single array of objects (matching)
  • The config value 'column_mappings' is no longer a nested (double) array and is now an array of objects (preprocessing)
  • The 'mapping' transform no longer takes the 'values' parameter with a list of mappings in dictionaries; instead each mapping should be its own transform (core)
@riley-harper riley-harper added this to the v4.0.0 milestone Nov 20, 2023
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

No branches or pull requests

1 participant