-
Updated
Aug 13, 2021 - Python
redshift
Here are 382 public repositories matching this topic...
-
Updated
Aug 12, 2021 - Python
Hi,
First of all, thank you all for Falcon. It's awesome.
However, it looks like the Apache Drill connector only works with S3 buckets. Nonetheless, Drill itself is able to query from lots of other places (such as a local filesystem, HDFS, MongoDB...).
Adding generic support for Apache Drill (without the need for S3 credentials) would be great. It would expand Falcon capabilities a lot
-
Updated
Aug 11, 2021 - C#
-
Updated
Aug 12, 2021 - Python
Problem
At present, our API documentation and API configuration in Jitsu Server contain some discrepancies. Since Jitsu API grows fast It's unavoidable. We should improve it. Clear documentation is an essential thing in OSS projects.
Solution
We should create Open API specification (yaml file) and generate both Jitsu Server handlers (gin-gonic) and doc
-
Updated
Aug 13, 2021 - TypeScript
-
Updated
Jul 20, 2021 - Go
-
Updated
Mar 9, 2020 - Python
-
Updated
May 21, 2021 - C#
-
Updated
Aug 11, 2021 - JavaScript
In normal mode, the cookie in the browser is cleared when the user logs out.
In anonymous mode, users cannot actively log out.
The current approach is to call the isAnonymous function directly in router.ts to determine whether it is in anonymous mode.
But in fact, we have implemented AnonymousUserService, and we can implement the logic of logout in UserService and AnonymousUserSe
-
Updated
Jun 5, 2021 - Shell
-
Updated
Jul 26, 2021 - C
-
Updated
Jan 20, 2020 - Jupyter Notebook
Discussed in cuebook/CueObserve#81
Originally posted by satkalra1 August 5, 2021
Hey,
I was trying the cue observe on the test dataset, to understand its working properly but after defining the anomaly, I found this particular error:
{"stackTrace": "Traceback (most recent call last):\n File "pandas/_li
-
Updated
Feb 25, 2017 - Python
-
Updated
Jan 31, 2020 - Python
-
Updated
Aug 5, 2021 - Python
-
Updated
Mar 16, 2017 - Python
-
Updated
Aug 14, 2021 - JavaScript
-
Updated
Jun 14, 2021 - Python
-
Updated
Apr 18, 2020 - Python
-
Updated
Apr 30, 2021 - Go
-
Updated
May 21, 2021 - JavaScript
-
Updated
Jul 9, 2021 - Python
Improve this page
Add a description, image, and links to the redshift topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the redshift topic, visit your repo's landing page and select "manage topics."
Describe the bug
With XDG_CONFIG_HOME set to something other than $HOME/.config, the supplied apparmor profile DENIES the file access to the redshift.conf file. Adding the line:
owner @{XDG_CONFIG_HOME}/redshift/redshift.conf r,
to the usr.bin.redshift file fixes this when running redshift from the command line. It does not fix it when running redshift-gtk however.