Closed amindadgar closed 5 months ago
The recent changes focus on updating key names in the modules_options
dictionary within the get_learning_platforms
function in notion.py
, changing from snake_case to camelCase. Corresponding updates were made in the integration tests to reflect these key name changes.
File Path | Change Summary |
---|---|
dags/hivemind_etl_helpers/src/utils/modules/notion.py |
Updated get_learning_platforms function to use camelCase keys databaseIds and pageIds instead of database_ids and page_ids . |
dags/hivemind_etl_helpers/tests/integration/test_notion_modules.py |
Renamed keys in dictionaries from database_ids to databaseIds and page_ids to pageIds within test cases. |
In the code, a change took flight,
From snake to camel, keys now light.
Tests adjusted, all in sync,
Smooth transitions in a blink.
Code and tests, a perfect pair,
With camelCase, they now compare.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit