Creating Views

dataset.create_view(
  'billing',
  '''
    SELECT DISTINCT dt, customer_id
    FROM 's3://mybucket/myfoo/'
  '''
)

Related Topics

Fork me on GitHub