You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Adapters][Salesforce] another set of improvements (#5694)
* alias database to data_space in project configs
* Update dbt_project.yml: example usage for data_space config
Update examples to showcase data tests support
* add data_transform_run_timeout in profiles.yml
* allows configuring statement options from config;
update the profiles.yml as an example
* needs to provide a default, otherwise it causes issues downstream due to null yaml value is converted to string "null"
* include a select * example, but this won't work; see the e2e/main.go example in salesforce adbc
* prepare to use adapter.load_dataframe to support salesforce seed
* fix a syntax error
* disable this model
* bump the sf version
* nit
GitOrigin-RevId: 708429f6135f17a35d710e4a75ca4b346f355f0a
0 commit comments