Giter VIP home page Giter VIP logo

Comments (6)

nils-braun avatar nils-braun commented on May 19, 2024

It is now (after #55) possible to create new tables by reading in data, e.g. with

CREATE TABLE
        "nyc"
    WITH (
        format = 'csv',
        location = 'https://support.staffbase.com/hc/en-us/article_attachments/360009197031/username.csv',
        sep = ';'
    )

However, it is not clear so far if this suits all the needs (e.g. S3). Additionally, an interaction with hive would be interesting.

from dask-sql.

raybellwaves avatar raybellwaves commented on May 19, 2024

BlazingDB/blazingsql#937 may also be relevant

from dask-sql.

nils-braun avatar nils-braun commented on May 19, 2024

Just a small update: interaction with hive is implemented as a experimetal feature in 0.2.0 (#63).
And as fsspec/adlfs#111 was implemented, it should also be possible to use az:// as input format (although untested)

from dask-sql.

raybellwaves avatar raybellwaves commented on May 19, 2024

it should also be possible to use az:// as input format (although untested)

It'll be worth testing with a public repo

storage_options = {'account_name': 'azureopendatastorage'}
ddf = dd.read_parquet('az://nyctlc/green/puYear=2019/puMonth=*/*.parquet', storage_options=storage_options)

from dask-sql.

raybellwaves avatar raybellwaves commented on May 19, 2024

see #84

from dask-sql.

nils-braun avatar nils-braun commented on May 19, 2024

Closing this issue now, as we have already integrations included and for the specific new types of integration, be better create a new issue (e.g. like #83)

from dask-sql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.