Skip to main content
The Copilot chat panel is your primary place to ask how something works, sketch a design, or debug an error message. Conversations stay beside the editor so you can apply suggestions without switching tools. Open AI Copilot from the pipeline toolbar or global assistant entry point. The sidebar shows:
  • Your messages and the assistant replies
  • Optional context chips for the active pipeline, node, or error
  • Shortcuts to insert generated SQL or node snippets when the model offers them
Resize the panel or collapse it when you need full canvas width. Chat history is scoped per workspace according to your retention policy.
Start messages with the outcome you want (“I need incremental loads keyed on updated_at”) and name the systems involved (S3, BigQuery, Salesforce). Specific prompts reduce back-and-forth.

Pipeline context-aware suggestions

When you work inside a pipeline, Copilot can read structural context you authorize: node types, edge relationships, and configuration fields needed to give relevant answers. It does not automatically exfiltrate full row-level data from previews unless you explicitly paste samples.
Select a node and ask about its parameters, performance, or error text. The assistant ties answers to that node’s type (source, transform, destination).
You can clear context between topics so unrelated pipelines do not leak into the next answer.

Feedback system

Use thumbs up / thumbs down (or the feedback form, if enabled) on replies your organization uses for quality review. Feedback helps admins decide when to adjust prompts, update the knowledge base, or restrict certain behaviors.
Note whether the answer was factually wrong, unsafe, or merely verbose. Mention the pipeline type and node if the issue was context-specific.
For repeated hallucinations or policy concerns, open a ticket with your internal AI governance contact; do not rely on chat for compliance sign-off.

Limitations

Copilot may propose deprecated parameters or connector options that changed in your workspace version. Always verify against the in-product docs and run a preview. If chat is disabled, you still have full manual authoring capabilities.

Pipeline generation

Turn descriptions into node graphs.

SQL assistance

Generate and tune queries inside nodes.