Celebrate Excellence in Education: Nominate Outstanding Educators by April 15!
We’re excited to announce the release of DAP CLI 1.4.0, which significantly boosts efficiency and ease of use by introducing multi-table operations. This release addresses a major customer pain point by allowing operations on all or selected tables within a namespace in a single command, saving valuable time and reducing repetitive tasks and additional coding tasks.
dap initdb --namespace canvas --table all
dap initdb --namespace canvas --table accounts,courses,collaborations
Simplify the onboarding experience by allowing users to initialize, sync, or query all tables in a namespace at once.
Example:
dap initdb --namespace canvas --table all
Streamline operations for data engineers managing multiple tables.
Example:
dap syncdb --namespace canvas_logs --table accounts,courses,collaborations
Enable seamless integration into automated workflows that require data from multiple tables.
Example: Set up nightly incremental updates for all tables with
dap incremental --namespace canvas --table all
Try it now! To update to DAP CLI 1.4.0, run:
pip install -U instructure-dap-client
For more details, check the documentation. As always, we look forward to hearing your feedback!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Product manager with a more than a decade of experience from various tech companies. Loves cycling, skiing and sailing.
To participate in the Instructure Community, you need to sign up or log in:
Sign In