Datasource

Properties


Methods

update

update(
   name: str
)

Description

Update this data source with a new name.

Examples

sdk_source.update(name="new name")

Arguments

  • name : New name of this data source

delete

delete()

Description

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

⚠️ DANGER ZONE: Be very careful here!

Examples

sdk_source.delete()