Datasource

Properties


Methods

update

update(
   name: str
)

Description

Update this data source with a new name.

Examples

sdk_source.update(name="new name")

delete

delete()

Description

Delete this data source from the platform.
All data with this source will not have source anymore

:warning: DANGER ZONE: Be very careful here!

Examples

sdk_source.delete()