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

Deploy/Refresh: Export refresh summary CSV to cloud blob storage #281

Open
mthierba opened this issue May 11, 2023 · 1 comment
Open

Deploy/Refresh: Export refresh summary CSV to cloud blob storage #281

mthierba opened this issue May 11, 2023 · 1 comment

Comments

@mthierba
Copy link
Contributor

No description provided.

@jakeduddy
Copy link

Inital Thoughts
This would have to be a push to a sink, otherwise we'd need to consider both source and sink and orchestrate a pull. Need to consider the how inclusive we want to be in term of scope of supported sinks (i.e. Azure, AWS, GCP). Likely we'd want to have a section in pbiproj within options.summary similar to options.summary.Outpath. This would likely be a json with:

  • sink URL
  • crendentials

Data addition to the .csv we'd also want some metadata (below). If this is the case maybe the output should be a json, with .csv nested under a data heading.

  • Repo name
  • Pipeline
  • Merge Name
  • Merge Message
  • Dataset/Report Name
  • Dataset/Report destination URL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants