v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

  • Cannot set language without session cookie
キーボード: ← 前へ   → 次へ
未実施 秒前。
            False
        
未実施 秒前
最新のリクエストからの現在のエラースクリーンショット
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              dbt-labs / dbt-core Public
              * Notifications You must be signed in to change notification settings
              * Fork 2.5k
                * Star 13.6k
          * Code
          * Issues 1.3k
          * Pull requests 231
          * Pull requests 230
          * Discussions
          * Actions
          * Security and quality 6
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Discussions
                  * Actions
                  * Security and quality
                  * Insights
                                              main
                                          Branches Tags
                                            Go to file
                                        Code
                                          Open more actions menu

                                        Folders and files

                                          Name                         Name                           Last commit message    Last commit date
                                            Latest commit

                                                History

                                                10,785 Commits
                                                  10,785 Commits
                                                  .agents                      .agents
                                                  .cargo                       .cargo
                                                  .changes                     .changes
                                                  .claude                      .claude
                                                  .github                      .github
                                                  assets                       assets
                                                  certificates                 certificates
                                                  crates                       crates
                                                  docs/ roadmap                docs/ roadmap
                                                  lib                          lib
                                                  .changie.yaml                .changie.yaml
                                                  .gitignore                   .gitignore
                                                  AGENTS.md                    AGENTS.md
                                                  CHANGELOG-fusion.md          CHANGELOG-fusion.md
                                                  CHANGELOG.md                 CHANGELOG.md
                                                  CLAUDE.md                    CLAUDE.md
                                                  CONTRIBUTING.md              CONTRIBUTING.md
                                                  Cargo.toml                   Cargo.toml
                                                  LICENSE                      LICENSE
                                                  README.md                    README.md
                                                  pyproject.toml               pyproject.toml
                                                  rust-toolchain.toml          rust-toolchain.toml
                                            View all files


                                              Repository files navigation

                                                *
                                                * README
                                                * Contributing
                                                * Apache-2.0 license
                                                * Security
                                                More items

                                                Warning

                                                dbt Core v1 development has moved to the 1.latest branch. The main branch now hosts dbt Core v2.0 (alpha) — a ground-up rewrite in Rust that is the foundation of the Fusion engine. If you're looking for the Python implementation of dbt Core, switch to 1.latest.

                                              dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.

                                                About dbt Core v2.0

                                              🚧 dbt Core v2.0 is in alpha. Behavior, APIs, and on-disk formats may change before the stable release.

                                              dbt Core v2.0 is engineered for performance at scale — parsing, compiling, and running projects in a fraction of the time compared to v1. It's released under the Apache 2.0 license and is the foundation of the Fusion engine.

                                              The big shifts from v1:

                                                * Faster — parse and compile times are dramatically improved, especially on the largest dbt projects.
                                                * Stricter — a tightly-defined language specification enforces correctness at parse time.
                                                * More scalable artifacts — v2.0 produces Parquet artifacts that can be easily queried, joined, and analyzed to understand your dbt project. The artifacts encompass everything in the JSON artifacts (e.g. manifest.json), which continue to be produced for backwards compatibility.
                                                * Easier to install — distributed as a single self-contained binary, with no Python runtime or dependency management required.
                                                * A completely revamped local documentation experience — dbt docs is now powered by those new artifacts and capable of scaling to large projects.

                                                Supported operating systems and architectures

                                              dbt Core v2.0 and its drivers are compiled per operating system and architecture.

                                              Legend:

                                                * 🟢 — Supported today
                                                * 🟡 — Not yet supported
                                              Operating system  x86-64  ARM
                                              macOS             🟢       🟢
                                              Linux             🟢       🟢
                                              Windows           🟢       🟡


                                                Understanding dbt

                                              Analysts using dbt can transform their data by simply writing select statements, while dbt handles turning these statements into tables and views in a data warehouse.

                                              These select statements, or "models", form a dbt project. Models frequently build on top of one another – dbt makes it easy to manage relationships between models, and visualize these relationships, as well as assure the quality of your transformations through testing.

                                                Getting started

                                              Start by choosing a distribution. dbt Core is the baseline distribution of dbt. Fusion extends dbt Core with additional SQL comprehension abilities. Both distributions are free to install and can run locally.

                                                * If you need an Apache 2.0 licensed tool and the ability to review every line of code inside of it, install dbt Core.
                                                * If you need a free CLI you can use locally, install Fusion. It can do more than dbt Core out of the box and you can seamlessly enable other advanced features over time if you choose to.

                                              Regardless of the distribution you choose, each is part of a single framework with a single language specification, meaning your business logic is portable in both directions.

                                              Explore the dbt platform for an enhanced collaboration experience. Read the introduction and viewpoint

                                                Join the dbt Community

                                                * Be part of the conversation in the dbt Community Slack
                                                * Read more on the dbt Community Discourse

                                                Reporting bugs and contributing code

                                                * Want to report a bug or request a feature? Let us know and open an issue
                                                * Want to help us build dbt? Check out the Contributing Guide

                                                Code of Conduct

                                              Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the dbt Code of Conduct.

                                                License

                                              dbt Core is licensed under the Apache License 2.0.

                                        About

                                        dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.

                                          getdbt.com

                                        Topics

                                          analyticsbusiness-intelligencedata-modelingdbt-viewpointeltpypaslack

                                        Resources

                                          Readme
                                          Apache-2.0 license

                                        Contributing

                                          Contributing

                                        Security policy

                                          Security policy
                                          Activity
                                          Custom properties

                                        Stars

                                          13.6k stars

                                        Watchers

                                          158 watching

                                        Forks

                                          2.5k forks
                                          Report repository

                                        Releases

                                        Packages

                                        Used by

                                        Contributors

                                        Languages

    Footer

        © 2026 GitHub, Inc.

      Footer navigation

        * Terms
        * Privacy
        * Security
        * Status
        * Community
        * Docs
        * Contact
        * Manage cookies
        * Do not share my personal information
      You can’t perform that action at this time.
ヒント: テキストをハイライトして共有したり、無視リストに追加できます。  — Download difference patch
現在、差分はテキストで実行されグラフィカルではありません。最新のスクリーンショットのみ利用可能です。
スクリーンショットには Playwright/WebDriver の有効化が必要です