I highly recommend using python-semantic-release instead. It provides full control over the release creation and does not have roadblocks in place preventing you from using it on non-latest commits. Still, if using semantic-release is a must, above scripts provide the means to do so.
dbt has a function to check the freshness (i.e. how up to date) of a particular source. That functionality is reserved exclusively for sources and not models - i.e. if you tried to apply source freshness on a model like you would a source:
# models/schemas.yml
version: 2
models:
- name: foo
loaded_at_field: updated_at
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from langchain.agents import initialize_agent, Tool | |
from langchain.agents import AgentType | |
from langchain.tools import BaseTool | |
from langchain.llms import OpenAI | |
from langchain import LLMMathChain, SerpAPIWrapper | |
from spotipy.oauth2 import SpotifyClientCredentials, SpotifyOAuth | |
import azapi | |
import spotipy | |
from langchain.utilities import GoogleSearchAPIWrapper | |
from urllib.parse import quote_plus |
Internet connection and DNS routing are broken from WSL2 instances, when some VPNs are active.
The root cause seems to be that WSL2 and the VPN use the same IP address block, and the VPN routing clobbers WSL2's network routing.
This problem is tracked in multiple microsoft/WSL issues including, but not limited to:
Automatically deletes old emails that match the specified label.
- Create a new Google Apps Script at https://script.google.com
- Overwrite the placeholder with the javascript below
- Update the following constants:
LABEL_TO_DELETE
: the label that should be have old messages deleted