-
# Introduction
The suggestions in this issue, I recognise, are blue-sky, and may never be implemented. I admit they may not even be part of the nushell's aims or philosophy. However, I'd like to pu…
-
Congratulations, @jsadler2, you've finished the course! :sparkles:
Now that you're on the USGS Data Science team, you'll likely be using data pipelines like the one you explored here in your visualiz…
-
### Description
Enhance the `GithubHook` to support GitHub App installation authentication.
While the hook currently supports only token-based authentication, adding support for GitHub App install…
-
### Component(s)
processor/transformprocessor
### Describe the issue you're reporting
Hello,
Our Goal: we want to reduce the number metrics labels which are not required in our metric time…
-
### New issue checklist
- [X] I searched for [existing GitHub issues](https://github.com/microsoft/azure-pipelines-tasks/issues)
- [X] I read [pipeline troubleshooting guide](https://docs.microsof…
-
getting this error (apparently fails to deploy the UDF... but no idea why)
java.lang.RuntimeException: Failed to execute python command for notebook '/Users/guido.oswald@databricks.com/lakehouse-re…
-
### Description
**Bug Report:** Azure PowerShell Version 13.0.0 Causes Deployment Failures in ALZ-Bicep
**Description:**
Using Azure PowerShell version 13.0.0 has led to multiple reports of ALZ-…
-
### Description
In order to populate the delivery dashboard with metrics calculated based on data pulled from GitHub, we need a strategy to run the analytics pipeline created in the `analytics/` sub-…
-
The `python-dataflow-example.example_data` BigQuery dataset used in the cookbook batch-examples of dataflow-examples code is returning a 404 and all operations with code that references it are failing…
-
Confusing typo in the first code block here: `tf_model.metadata['framework'] = 'tensorflow'`. It should be just `model` instead if `tf_model`, like this: `model.metadata['framework'] = 'tensorflow'`. …