dataform icon indicating copy to clipboard operation
dataform copied to clipboard

listtables - TypeError: Expected a string, got object

Open dvmorris opened this issue 3 years ago • 0 comments

Steps to Reproduce

  • Install Dataform 2.0
$ dataform --version
2.0.0-beta.1
  • create sample empty bigquery project
dataform init bigquery \
    --default-database <gcp-project-id> \
    --default-location us

dataform init-creds bigquery
  • Run dataform listtables command
$ dataform listtables bigquery
Dataform encountered an error: Expected a string, got object
TypeError: Expected a string, got object
    at module.exports (/usr/local/lib/node_modules/@dataform/cli/node_modules/untildify/index.js:8:9)
    at actuallyResolve (/usr/local/lib/node_modules/@dataform/cli/bundle.js:26963:52)
    at Object.processFn (/usr/local/lib/node_modules/@dataform/cli/bundle.js:27902:78)
    at Object.handler (/usr/local/lib/node_modules/@dataform/cli/bundle.js:27066:44)

dvmorris avatar Aug 08 '22 18:08 dvmorris