- HTTP API: API results are now correctly merged even if they need to be filtered or flattened.
Added
- HTTP API: Add `data_filter` offset pagination config field to determine which part of data must be used to compute the data length.
7.1.1
Fix
- HTTP API: Missing dependencies for the HTTP API connector do not prevent the import of the lib anymore
7.1.0
Changed
- HTTP API: Add a `PaginationConfig` to `HttpAPIDataSource` in order to handle API pagination and fetch all data. It supports the following kinds of pagination: page-based, cursor-based, offset-limit and hypermedia.
7.0.3
Fix
- Google BigQuery: If the dtype of a column in the `DataFrame` returned by `_retrive_data` is `object`, it gets converted to `Int64` or `float64` when it is defined as a numeric dtype by Big Query. - When testing connection, set timeout to 10s when checking if port is opened.
7.0.2
Changed
- jinja templates :: expressions containing parentheses or curly braces are not limited to output strings anymore. - Google BigQuery :: increase limits when fetching db tree structure
7.0.1
Fix
- MySQL / Redshift / Snowflake oAuth2 :: `get_model` now supports extra kwargs so it doesn't crash