Skip to content
#

falcon

Here are 245 public repositories matching this topic...

julioasotodv
julioasotodv commented May 30, 2018

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

butla
butla commented Feb 5, 2020

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

dhruvkb
dhruvkb commented Dec 16, 2021

It seems that YAML files are not being linted and auto-fixed by pre-commit. This functionality should be added.

  • pre-commit should lint and auto-format YAML files
  • Lint check should also check PRs for the same rule

For example, consider this one-off 4-space indentation in a file that is otherwise indented by 2 spaces.
https://github.com/WordPress/openverse-api/blob/e2c490ad9d0f6ca47e

Improve this page

Add a description, image, and links to the falcon topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the falcon topic, visit your repo's landing page and select "manage topics."

Learn more