<how to create kedro catalog entry + custom DataSe...
# questions-so
r
how to create kedro catalog entry + custom DataSet init method with values from credentials.yml I'm trying to create a custom DataSet class within the kedro framework. I need some help understanding how to combine values from the credentials.yml file. what is the kedro way of handling the 'mongo_url' property in the catalog entry? how do i map the values from credentials to the catalog entry? what does the class init method look like? catalog.yml rss_feed_load: type: kedro_workbench.extras.datasets.RSSDataSet.RSSFeedLoad mongo_url:...