DeprecationWarning: The transformer API will be deprecated in Kedro 0.18.0 #1504
atsangarides
started this conversation in
Idea
Replies: 1 comment 1 reply
-
Hello - I think there is a version of kedro where this warning triggers incorrectly. Since 0.18.x is now out the easiest way to be 100% sure if to create a sample project and test things work correctly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
full deprecation warning
I have a custom dataset that executes an Athena query and reads the result into pandas DataFrame. This class inherits from
AbstractDataSet
. Not quite clear how I can switch to using hooks instead.. I read the docs but there is no clear example for custom datasets, as the instructions still suggest writing a custom class for that... Any help really appreciatedBeta Was this translation helpful? Give feedback.
All reactions