-
Updated
Dec 29, 2021 - Go
falcon
Here are 249 public repositories matching this topic...
-
Updated
Jan 26, 2022 - Python
Hey! When I was reading the docs and I saw api.background.task, the first thing that popped into my head was "but you can just use asyncio.create_task or loop,.run_in_executor for that without inventing something new!". But then I noticed that it also passes the context vars to the synchronous backround stuff, which is nice. Wonder why that's not the case in the stdlib, cause it would be nic
Test coverage 100%
SentryMiddleware
-
Updated
Jan 19, 2022 - Ruby
-
Updated
Jan 30, 2022 - Python
-
Updated
Nov 8, 2021 - Java
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Jun 17, 2020 - Python
-
Updated
Jan 29, 2022 - Python
-
Updated
Jan 28, 2022 - PowerShell
-
Updated
Jan 24, 2022 - Python
-
Updated
Jul 17, 2018 - Jupyter Notebook
-
Updated
Jan 6, 2022 - Python
-
Updated
Dec 30, 2021 - Python
Description
The top-level README does not provide any information or references for running the stack. That information was moved out into a separate docs file in #427. It might be beneficial for first-time contributors to reference that document from the top-level README, since they may not know where to look for it.
Additional context
-
Updated
Jan 6, 2022 - Python
-
Updated
Nov 2, 2021 - C++
-
Updated
Mar 21, 2017 - Python
-
Updated
Jan 4, 2022 - Rust
-
Updated
Sep 27, 2021 - C
Improve this page
Add a description, image, and links to the falcon topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the falcon topic, visit your repo's landing page and select "manage topics."
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