GithubHelp home page GithubHelp logo

Comments (3)

turbo1912 avatar turbo1912 commented on May 24, 2024 1

We are discussing this internally and will post an update when we have a path forward.

from dbt-fal.

chamini2 avatar chamini2 commented on May 24, 2024 1

Hello! I have been able to reproduce this in Snowflake. We had not thought of this case. For documenting purposes.

Our sources in the yaml:

sources:
  - name: external
    database: external
    schema: public
    tables:
      - name: external_source

And the script which modifies it:

import pandas as pd

# reads form the 'external' database
df: pd.DataFrame = source("external", "external_source")

# ...

# write to the database specified in the profiles.yml: 'test'
write_to_source(df, "external", "external_source", mode="append")

# reads the same data as the first source call, the write did not go to the expected place
df: pd.DataFrame = source("external", "external_source")

This is how our Snowflake tables look like after running this:
image

from dbt-fal.

emekdahl-palmetto avatar emekdahl-palmetto commented on May 24, 2024

Thanks for confirming replication , @chamini2 !

from dbt-fal.

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.