Skip to content

v0.0.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 20:17

Changelog

⚠ BREAKING CHANGES

  • dj cli now uses --file instead of --table for table-ops for a file
dj table-ops cost -f <file_name_wo_extension>
dj table-ops query -f <file_name_wo_extension>

Bug fixes

  • af93f17 fix: increase context timeout when dry runs of many tables are requested
  • 62110ba fix: compiled query is generated for a file not table
  • c3516b9 fix: use --file flag to get compiled query for file instead of --table
  • a229763 fix: migrate to use file as argument instead of table