function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Suresh Surya 8Suresh Surya 8 

external data sources

Hello,
I need the metadata for external data source ? Also is this how we add the external data source in package.xml?
<members>*</members>
<name>dataSource</name>
Raj VakatiRaj Vakati
<types>
    <members>SFDCDataSourceConnection</members>
    <members>SFDCSourceProvider</members>
    <name>ApexClass</name>
</types>
 <types>
    <members>SFDC</members>
    <name>ExternalDataSource</name>
  </types>

 
Suresh Surya 8Suresh Surya 8
Thank you. I see that in the retreived .datasource, passwords are not included. I hope we can include a password node while deploying. Thanks Suresh