Update README for bigquery module (#569)
* Update README Some variables that no longer exist. Table format is broken for view/table access. * Remove floating role * Fix README.md * Fix tfdoc * Fix tfdoc Co-authored-by: Julio Castillo <jccb@google.com> Co-authored-by: lcaggio <lorenzo.caggioni@gmail.com> Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
@@ -206,7 +206,7 @@ def parse_variables(basepath, exclude_files=None):
|
||||
except (IOError, OSError) as e:
|
||||
raise SystemExit(f'Cannot open variables file {shortname}.')
|
||||
for item in _parse(body):
|
||||
description = ''.join(item['description'])
|
||||
description = (''.join(item['description'])).replace('|', '\\|')
|
||||
vtype = '\n'.join(item['type'])
|
||||
default = HEREDOC_RE.sub(r'\1', '\n'.join(item['default']))
|
||||
required = not item['default']
|
||||
|
||||
Reference in New Issue
Block a user