Hi @MarkDawson
Your suggestion works but what you copied in the post above is incomplete. You missed the "Catalog=" piece in the Properties statement, i.e.,
caslib spkcaslib
dataSource=(
srctype='spark',
platform='databricks',
authenticationType='OAUTH2',
port=443,
httpPath="&hpath.",
schema="&schm.", /*Before was: schema="&ctl..&schm." */
server="&srv.",
PROPERTIES="Catalog=&ctl." /* Added this statement*/
);
Could you please edit your solution so I can mark it as accepted?
Thank you
... View more