GithubHelp home page GithubHelp logo

jacopotagliabue / you-dont-need-a-bigger-boat Goto Github PK

View Code? Open in Web Editor NEW
835.0 835.0 64.0 660 KB

An end-to-end implementation of intent prediction with Metaflow and other cool tools

License: MIT License

Python 69.44% Jupyter Notebook 26.58% CSS 1.15% Dockerfile 1.67% Makefile 0.88% Mustache 0.29%

you-dont-need-a-bigger-boat's People

Contributors

asutcliffe-coveo avatar ben-epstein avatar blaizzy avatar jacopotagliabue avatar jspenced avatar patrickjohncyh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

you-dont-need-a-bigger-boat's Issues

Comparison between this and something like Kedro or ZenML?

Hey there! Thanks for this amazing work! I was wondering if you /any users here had done a comparison between these projects. Seems like this repo just describes a general set of tools and how they link up together whereas the others take an opinionated stance and do the linking themselves?

I'm in the process of evaluating tools / frameworks.

I'm currently a single person looking to set up the groundwork for things to come. So far my plans have been to stay local for as long as possible before moving to some distributed computing framework (Dask gave me a lot of trouble in the past). I'm also looking to avoid using tools such as AWS or GCP for as long as possible so ideally the discussion would revolve around local machines. I'd love to hear thoughts and opinions.

File Format Does Not Exist

Hey there!

I was recently looking at the remote_flow workflow in the repo. However at the step where data needs to be uploaded into a Snowflake instance, I have been running into an error when calling make upload:

Traceback (most recent call last):
  File "push_data_to_sf.py", line 83, in <module>
    write_chunks(table=sku_to_content_table,
  File "push_data_to_sf.py", line 64, in write_chunks
    conn.upload_file(f"{output_prefix}*", table_name)
  File "/app/connectors/sf_connector.py", line 79, in upload_file
    self._cs.execute(f"COPY INTO {table} FILE_FORMAT = ESCAPED_DQ")
  File "/usr/local/lib/python3.8/site-packages/snowflake/connector/cursor.py", line 693, in execute
    Error.errorhandler_wrapper(
  File "/usr/local/lib/python3.8/site-packages/snowflake/connector/errors.py", line 258, in errorhandler_wrapper
    cursor.errorhandler(connection, cursor, error_class, error_value)
  File "/usr/local/lib/python3.8/site-packages/snowflake/connector/errors.py", line 188, in default_errorhandler
    raise error_class(
snowflake.connector.errors.ProgrammingError: 002003 (02000): SQL compilation error:
File format 'ESCAPED_DQ' does not exist or not authorized.

It appears that ESCAPED_DQ might be a custom defined file format for Snowflake data ingestion? Where is its definition?

Thanks for putting this repo together!

Open source options for all stages

Thanks a lot for your work. Love your repos and podcasts. I wanted to suggest adding atleast one open source alternative for each stage. It would be helpful for folks that was to quickly build a full system with freely available open source tools. Thanks!

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.