microsoft / microsoft/fabric-cli

[BUG] Export command is very slow

Open
#114 3 comments 0 reactions 1 assignee View on GitHub

@ohadedry is already working on this.

Since Jan 6, 2026.

Dominant language
Python
Stars
173
Forks
63
Avg merge
2d 19h
Merged PRs (30d)
4

Description

Bug Description

It is taking about 20 seconds per artifact to export from a workspace to a local directory. Is this expected?

In interactive mode, I issued this command:

export DEV - ETL - Aaron.Workspace -a -f -o "c:\users\aaron.giust\downloads\fabric_export"

Even if I do just one artifact, it is still about 20 seconds. I was expecting less than a second per artifact.

fabric-cli version

1.3.1

Python version

3.12.7

Operating System

Windows

CLI Mode

Interactive mode

Authentication Method

Interactive browser login

Steps to Reproduce

From PowerShell CLI:

  1. fab config set mode interactive
  2. fab auth login

From Fabric CLI interactive:

  1. export DEV - ETL - Aaron.Workspace -a -f -o "c:\users\aaron.giust\downloads\fabric_export"
Expected Behavior

Each artifact exports in less than a second

Actual Behavior

Each artifact exports in about 20 seconds

Additional Context

No response

Possible Solution

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.