-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update base.py #30
Update base.py #30
Conversation
Update name of keyword argument for the call to self.client.raw.tables.create() from 'table' to 'name', which is corresponding to cognite-sdk versions ^6.0.0.
- switch to `extra="forbid"` - which avoids unnoticed misspelled properties in configurations
- like Dict, Set and Tuple
depandabot: |
- expected it to be visble as "Owner" column in extpipe listing - but it isn't, maybe a Fusion bug?
- changing the processing - which wasn't working when `naming-pattern` where used - using ExtractionPipelineList and `as_external_ids()` now
@janne123456789 I made several fixes now and tested
But with naming-pattern config only (there were more bugs than the raw-table parameter) Someone can test the changes please with your config? Then we can release it as v3.0.0-beta2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
but I made more changes (bugs and features)
so I appreciate another one run it with your config
- add an extpipe
- remove an extpipe
- with and without raw-tables
worked for me using naming-patterns
Update name of keyword argument for the call to self.client.raw.tables.create() from 'table' to 'name', which is corresponding to cognite-sdk versions ^6.0.0.