Block or Report
Block or report jtcohen6
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
dbt-labs/dbt-core Public
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
1,067 contributions in the last year
Less
More
Activity overview
Contributed to
dbt-labs/dbt-core,
dbt-labs/docs.getdbt.com,
dbt-labs/dbt-spark
and 32 other
repositories
Contribution activity
February 2023
Created a pull request in dbt-labs/dbt-core that received 10 comments
Add back depends_on
for seeds - only macros
, never nodes
resolves #6806
Description
Seeds can have pre/post hooks that call macros, and we need to track these in the seed's depends_on
If those macros try…
+227
−74
•
10
comments
Reviewed 5 pull requests in 2 repositories
dbt-labs/dbt-core
4 pull requests
dbt-labs/dbt-spark
1 pull request
Created an issue in dbt-labs/dbt-core that received 1 comment
[CT-2049] Fire an event at the end of every command
On the feature/click-cli
branch, each command explicitly returns a tuple of success: bool, results: Any
. (The structure of results
differs based on…
1
comment