Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When exporting to CSV (or JSON or XLSX) from an embedded report, the file only contains 'Unknown parameter :format_rows.' #41240

Closed
jdvconsult opened this issue Apr 10, 2024 · 2 comments · Fixed by #41264
Assignees
Labels
Reporting/Export .Team/DashViz Dashboard and Viz team Type:Bug Product defects
Milestone

Comments

@jdvconsult
Copy link

Describe the bug

When trying to export a query-based report, which is embedded, the export is invalid an only contains 'Unknown parameter :format_rows.'

To Reproduce

  1. go to any report
  2. Go to sharing > embed > static Embed > edit settings
  3. Tab Appearance > Preview
  4. Click the download icon in the left corner

Expected behavior

Expect to export the result.

Logs

No response

Information about your Metabase installation

{
  "browser-info": {
    "language": "nl-NL",
    "platform": "MacIntel",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36",
    "vendor": "Google Inc."
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.22+7",
    "java.vendor": "Eclipse Adoptium",
    "java.vendor.url": "https://adoptium.net/",
    "java.version": "11.0.22",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.22+7",
    "os.name": "Linux",
    "os.version": "6.1.0-17-amd64",
    "user.language": "en",
    "user.timezone": "GMT"
  },
  "metabase-info": {
    "databases": [
      "h2",
      "mysql"
    ],
    "hosting-env": "unknown",
    "application-database": "mysql",
    "application-database-details": {
      "database": {
        "name": "MySQL",
        "version": "8.0.30"
      },
      "jdbc-driver": {
        "name": "MariaDB Connector/J",
        "version": "2.7.10"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2024-04-02",
      "tag": "v0.49.3",
      "hash": "dba0992"
    },
    "settings": {
      "report-timezone": null
    }
  }
}

Severity

blocking for users using embedded reports

Additional context

No response

@darksciencebase
Copy link
Contributor

same as #40959 ?

@adam-james-v
Copy link
Contributor

Closing this because it's a dupe of #40959 and will be fixed with #41264

@adam-james-v adam-james-v closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2024
@crisptrutski crisptrutski added this to the 0.49.5 milestone Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reporting/Export .Team/DashViz Dashboard and Viz team Type:Bug Product defects
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants