-
Updated
May 4, 2022
data-warehouse
Here are 290 public repositories matching this topic...
-
Updated
May 17, 2022 - C
-
Updated
May 17, 2022 - Go
-
Updated
May 16, 2022 - Python
-
Updated
Apr 29, 2022 - Python
especially for less obvious but lengthy code snippets!
-
Updated
Mar 5, 2020 - Python
Sending a rest call to delete a job specification throws 404 where as grpc call works fine. Steps to reproduce
curl -X DELETE "http://localhost:9100/v1/project/my-project/namespace/kush/helloworld" -H "accept: application/json"-
Updated
May 17, 2022 - Java
Task Overview
- Currently timestamp_column is the only configuration that is needed to be configured globally in the model config section (usually it's being configured in the properties.yml under elementary in the config tag).
- Passing the timestamp_column as a test param will enable running multiple tests with different timestamp columns. For example running a test with updated_at colum
https://docs.gethue.com/developer/api/cli/
TODO:
- Auth:
- On auth, auto select SQL and storage connectors if only one, or select from the list
- Remember last value used: e.g. dialect/connector, propose last api URL/login as default when relogin..
- Query: select dialect, execute a custom statement reusing Notebook Python lib
- Storage: download, upload
-
Updated
Apr 25, 2022 - PHP
-
Updated
Apr 27, 2022 - Java
-
Updated
May 10, 2022 - Vue
-
Updated
May 16, 2022 - C#
-
Updated
Mar 15, 2022 - Jupyter Notebook
What is the feature request? What problem does it solve?
As employees leave the organization/company or users change mails , eventually the notification list configured for the job would start containing a lot of invalid mails. This causes issues with SMTP relay (e.g postfix) which could be buffering all invalid requests until the queu is full, which cause all mails coming for all jobs to b
-
Updated
Apr 18, 2020 - Python
-
Updated
Aug 29, 2017 - Jupyter Notebook
-
Updated
May 17, 2022 - JavaScript
-
Updated
Sep 9, 2021 - C#
-
Updated
Feb 18, 2022 - Go
-
Updated
May 16, 2022 - Python
-
Updated
Sep 7, 2021 - Jupyter Notebook
-
Updated
Feb 24, 2022 - Dockerfile
-
Updated
Jun 2, 2018
-
Updated
Mar 4, 2022
When trying to modify a scenarios with a solution, it throws an error saying:
at.ac.iiasa.ixmp.exceptions.IxExceptionPyRaisable: at.ac.iiasa.ixmp.exceptions.IxException: This Scenario has elements in a variable or equation! Use 'removeSolution()' or clone(False)'before editing!
removeSolution() is deprecated. Actual name is remove_sol().
-
Updated
May 17, 2022 - Elixir
Improve this page
Add a description, image, and links to the data-warehouse topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-warehouse topic, visit your repo's landing page and select "manage topics."
Description
I noticed that
issues.parent_issue_idis now an empty string if not exists. I think it is more reasonable to be null as it's a nullable field.Additional context