0

Is there any teiid admin api to update a datasource with new properties? For e.g. I have created a datasource with some properties and now I want to add some connection properties to it, then is there a way to update the existing datasource or we need to delete and create a new one?

Manoj Majumdar
  • 505
  • 1
  • 4
  • 23

1 Answers1

1

The admin api is only a shortcut for common admin operations. For something like updating properties without add/delete, that should be done directly with the cli or a cli script.

Steven Hawkins
  • 538
  • 1
  • 4
  • 7