home.social

#analyticsengineering — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #analyticsengineering, aggregated by home.social.

fetched live
  1. Coalesce 2024 keynote announcements included among others:
    * support for Apache Iceberg
    * a DBT Copilot
    * integrations with Power BI
    * improved data quality and data freshness tools
    * More visual editing support
    * in general the vibe of making it easier to reference data across teams

    #Coalesce #DBT #AnalyticsEngineering #Coalesce2024 #Data

    coalesce.getdbt.com/

  2. Coalesce 2024 keynote announcements included among others:
    * support for Apache Iceberg
    * a DBT Copilot
    * integrations with Power BI
    * improved data quality and data freshness tools
    * More visual editing support
    * in general the vibe of making it easier to reference data across teams

    #Coalesce #DBT #AnalyticsEngineering #Coalesce2024 #Data

    coalesce.getdbt.com/

  3. Coalesce 2024 keynote announcements included among others:
    * support for Apache Iceberg
    * a DBT Copilot
    * integrations with Power BI
    * improved data quality and data freshness tools
    * More visual editing support
    * in general the vibe of making it easier to reference data across teams

    #Coalesce #DBT #AnalyticsEngineering #Coalesce2024 #Data

    coalesce.getdbt.com/

  4. Coalesce 2024 keynote announcements included among others:
    * support for Apache Iceberg
    * a DBT Copilot
    * integrations with Power BI
    * improved data quality and data freshness tools
    * More visual editing support
    * in general the vibe of making it easier to reference data across teams

    #Coalesce #DBT #AnalyticsEngineering #Coalesce2024 #Data

    coalesce.getdbt.com/

  5. Coalesce 2024 keynote announcements included among others:
    * support for Apache Iceberg
    * a DBT Copilot
    * integrations with Power BI
    * improved data quality and data freshness tools
    * More visual editing support
    * in general the vibe of making it easier to reference data across teams

    #Coalesce #DBT #AnalyticsEngineering #Coalesce2024 #Data

    coalesce.getdbt.com/

  6. Just been doing a LinkedIn Learning course on dbt - a tool used in Analytics Engineering. Delighted that they were using DuckDB as the backend.
    This kind of use is so huge for learners. Instead of faffing around to get credentials/access to a remote DB server just run locally for free and quickly get on with the learning of the app.

    #DuckDB #DBT #AnalyticsEngineering #DB
    linkedin.com/learning/data-eng

  7. Just been doing a LinkedIn Learning course on dbt - a tool used in Analytics Engineering. Delighted that they were using DuckDB as the backend.
    This kind of use is so huge for learners. Instead of faffing around to get credentials/access to a remote DB server just run locally for free and quickly get on with the learning of the app.

    #DuckDB #DBT #AnalyticsEngineering #DB
    linkedin.com/learning/data-eng

  8. Just been doing a LinkedIn Learning course on dbt - a tool used in Analytics Engineering. Delighted that they were using DuckDB as the backend.
    This kind of use is so huge for learners. Instead of faffing around to get credentials/access to a remote DB server just run locally for free and quickly get on with the learning of the app.

    #DuckDB #DBT #AnalyticsEngineering #DB
    linkedin.com/learning/data-eng

  9. Just been doing a LinkedIn Learning course on dbt - a tool used in Analytics Engineering. Delighted that they were using DuckDB as the backend.
    This kind of use is so huge for learners. Instead of faffing around to get credentials/access to a remote DB server just run locally for free and quickly get on with the learning of the app.

    #DuckDB #DBT #AnalyticsEngineering #DB
    linkedin.com/learning/data-eng

  10. Just been doing a LinkedIn Learning course on dbt - a tool used in Analytics Engineering. Delighted that they were using DuckDB as the backend.
    This kind of use is so huge for learners. Instead of faffing around to get credentials/access to a remote DB server just run locally for free and quickly get on with the learning of the app.

    #DuckDB #DBT #AnalyticsEngineering #DB
    linkedin.com/learning/data-eng

  11. Do you use a makefile with your dbt project?

    I’m sure loads are already doing this, but I couldn’t find a lot of info online so wrote this short guide. (Boilerplate included)

    Coming from a web dev background using npm/yarn, this clicked with me really quickly.

    I’d love to know if others are doing this and if you have any makefile pro-tips to share??

    medium.com/inthepipeline/how-t

    #DataEngineering #AnalyticsEngineering #data #CLI

  12. Do you use a makefile with your dbt project?

    I’m sure loads are already doing this, but I couldn’t find a lot of info online so wrote this short guide. (Boilerplate included)

    Coming from a web dev background using npm/yarn, this clicked with me really quickly.

    I’d love to know if others are doing this and if you have any makefile pro-tips to share??

    medium.com/inthepipeline/how-t

    #DataEngineering #AnalyticsEngineering #data #CLI

  13. Do you use a makefile with your dbt project?

    I’m sure loads are already doing this, but I couldn’t find a lot of info online so wrote this short guide. (Boilerplate included)

    Coming from a web dev background using npm/yarn, this clicked with me really quickly.

    I’d love to know if others are doing this and if you have any makefile pro-tips to share??

    medium.com/inthepipeline/how-t

    #DataEngineering #AnalyticsEngineering #data #CLI

  14. Do you use a makefile with your dbt project?

    I’m sure loads are already doing this, but I couldn’t find a lot of info online so wrote this short guide. (Boilerplate included)

    Coming from a web dev background using npm/yarn, this clicked with me really quickly.

    I’d love to know if others are doing this and if you have any makefile pro-tips to share??

    medium.com/inthepipeline/how-t

    #DataEngineering #AnalyticsEngineering #data #CLI

  15. Do you use a makefile with your dbt project?

    I’m sure loads are already doing this, but I couldn’t find a lot of info online so wrote this short guide. (Boilerplate included)

    Coming from a web dev background using npm/yarn, this clicked with me really quickly.

    I’d love to know if others are doing this and if you have any makefile pro-tips to share??

    medium.com/inthepipeline/how-t

    #DataEngineering #AnalyticsEngineering #data #CLI

  16. How do you handle creating testing envs for your dbt PRs?

    I wrote up a workflow for a more complex setup that would be suitable for projects with frequent ingestions and open PRs, by creating a static/immutable PR-specific environment to use as a base to compare dev to.

    I'd love any feedback, or please share how you're doing it on your more complex projects:

    medium.com/inthepipeline/youre

    #DataEngineering #dbt #AnalyticsEngineering #data #BestPractices #DataScience

  17. How do you handle creating testing envs for your dbt PRs?

    I wrote up a workflow for a more complex setup that would be suitable for projects with frequent ingestions and open PRs, by creating a static/immutable PR-specific environment to use as a base to compare dev to.

    I'd love any feedback, or please share how you're doing it on your more complex projects:

    medium.com/inthepipeline/youre

    #DataEngineering #dbt #AnalyticsEngineering #data #BestPractices #DataScience

  18. How do you handle creating testing envs for your dbt PRs?

    I wrote up a workflow for a more complex setup that would be suitable for projects with frequent ingestions and open PRs, by creating a static/immutable PR-specific environment to use as a base to compare dev to.

    I'd love any feedback, or please share how you're doing it on your more complex projects:

    medium.com/inthepipeline/youre

    #DataEngineering #dbt #AnalyticsEngineering #data #BestPractices #DataScience

  19. How do you handle creating testing envs for your dbt PRs?

    I wrote up a workflow for a more complex setup that would be suitable for projects with frequent ingestions and open PRs, by creating a static/immutable PR-specific environment to use as a base to compare dev to.

    I'd love any feedback, or please share how you're doing it on your more complex projects:

    medium.com/inthepipeline/youre

    #DataEngineering #dbt #AnalyticsEngineering #data #BestPractices #DataScience

  20. How do you handle creating testing envs for your dbt PRs?

    I wrote up a workflow for a more complex setup that would be suitable for projects with frequent ingestions and open PRs, by creating a static/immutable PR-specific environment to use as a base to compare dev to.

    I'd love any feedback, or please share how you're doing it on your more complex projects:

    medium.com/inthepipeline/youre

    #DataEngineering #dbt #AnalyticsEngineering #data #BestPractices #DataScience

  21. Are you using dbt?

    I'm looking to learn more about the scale of dbt projects and the review process for modeling changes.

    Can you answer 9 questions about your dbt usage?
    (they're all multiple choice - yay!)

    docs.google.com/forms/d/1O3kor

    #dbt #DataEngineer #DataEngineering #AnalyticsEngineering #DataModeling #DataOps

  22. I hosted the PipeRider Community Office Hours yesterday and one cool feature we demoed was this online dbt manifest viewer.

    Generate a Lineage Diff from just your dbt project's manifest files.

    Try it out for yourself here:

    staging.cloud.piperider.io/onl

    Watch it in action on Youtube:

    youtube.com/watch?v=LHuTb3e_4O

    #DataEngineering #DataViz #dbt #DataTools #AnalyticsEngineering #OpenSource #PipeRider

  23. Do you have a proper code review process for pushing changes to data projects?

    With ELT and dbt, small changes to code can have a big impact on downstream models. The last thing you want is to push a breaking change to prod 😱

    Why you need code review for you data projects
    by Balu Rama Chandra

    medium.com/inthepipeline/why-y

    #DataEngineering #DataQuality #DataOps #CodeReview #dbt #AnalyticsEngineering

  24. Looking for interesting datasets to practice with?
    (and full end-to-end data pipelines to investigate)

    Here are 5 (and a few extras) from the recent DataTalksClub Data Engineering Zoomcamp:

    medium.com/inthepipeline/5-int

    Datasets Include:

    - Daily data on Berlin bike thefts
    - Air quality
    - SF Eviction data
    - Minneapolis 311
    - NYC Restaurant Inspection

    #DataEngineering #DataOps #Datasets #DataProjects #AnalyticsEngineering #DataPipelines #dbt #elt #DataViz

  25. Knowing the data warehouse cost for building a dbt project has really been bugging us recently, so a colleague made a proof of concept to see the cost after running dbt.

    It records the bytes billed from BigQuery to a file after dbt build finishes, and then calculates the cost based on the current cost of BigQuery ($5 per TB).

    I’ve written a blog post about it:

    medium.com/inthepipeline/how-t

    Is this something folk are interested in?

    #DataOps #BigQuery #DBT #DataEngineering #AnalyticsEngineering

  26. dbt users - Do you consider data warehouse costs when building and maintaining projects?

    If so, what steps you taking to keep costs down, or keep an eye on costs?

    #dbt #DataQuality #DataBuildTool #DataEngineering #AnalyticsEngineering #DataOps

  27. For those who might find me by hashtag (get ready for hashtag soup): I do lots of #dbt on #snowflake #data #dataengineering and #analytics #analyticsengineering. I enjoy #python and #pandas and #sql and #dax. I’ve been lucky to work on #azure and #aws, and I prefer #powerbi as my viz Swiss Army knife.

  28. Worst part of being laid off "effective immediately" by far is the toll wrought by a dim model I hadn't quite cracked the code for yet being left completely unfinished.

    #DataDon #AnalyticsEngineering #DataModeling

  29. Hey #datadon, what are the main conferences that someone interested in#DataEngineering or #AnalyticsEngineering should be planning to attend next year? I'm assuming #dbt's #CoalesceConf, but what else?

  30. CW: dbt model materialization patterns

    Do you materialize as table by default? View? How much do you use ephemeral materialization? When is a view better than a table?

    My team has pretty small data and we use tables for everything except event streams (incremental) and some intermediate (ephemeral) models.

    I'm really curious what other teams' materialization patterns are like.

    #datadon #dbt #DataModeling #AnalyticsEngineering #DataWarehousing

  31. CW: From Twitter

    This thread from @criccomini and ensuing discussion is fascinating and well worth the read: twitter.com/criccomini/status/

    (Maybe the next one will be over here on data-folks mastodon :))

    #dataengineering #analyticsengineering #noxp