- Import users directly to Preset without invite.
- Export and import data access roles.
- Pass a JWT to Superset.
- Debug logging added to all network requests.
- Authenticate against Superset instances not using CSRF.
- Export assets by type or ID.
- Sync user roles (team, workspace, data access) from a file to a workspace.
- Add
--version
option. - Do not prompt for workspaces if passing
--help
. - Fix
export-users
in Preset workspaces.
- Sync column descriptions.
- Fix parent/child node selection in dbt Core.
- Create datasets in different databases.
- Fix creating and updating BigQuery databases.
- Redshift databases are now created with the
redshift+psycopg2://
scheme.
- File path is now passed to template as
filepath
in thesync native
command. - CLI can now invite users to Preset from a YAML file created by
export-users
. - Fix database update in the dbt sync.
- Initial release.