Class: Barruun::BigqueryCommand

Inherits:
Thor
  • Object
show all
Defined in:
lib/barruun/cli.rb

Instance Method Summary collapse

Instance Method Details

#sink(file_path) ⇒ Object



20
21
22
# File 'lib/barruun/cli.rb', line 20

def sink(file_path)
  Barruun::Managers::Bigquery::Dataset.new(file_path).call
end