Dan Houghton

Results 2 issues of Dan Houghton

This is on Databricks build 6.1 (includes Apache Spark 2.4.4, Scala 2.11): ``` CREATE TABLE tmp_weekly USING com.github.potix2.spark.google.spreadsheets OPTIONS ( path "sheet_identifier/Weekly", serviceAccountId "[email protected]", credentialPath "/dbfs/FileStore/credentials/blah.p12" ) ``` The `CREATE`...

I thought this might be of interest. Rather than pass template SQL as a string argument to `across`, which it then inserts in place of the `{{var}}`, you can use...