Giter VIP home page Giter VIP logo

Comments (4)

olirice avatar olirice commented on May 26, 2024

thanks for bringing this up. I would like to support extensions better

A short term work around is to create the extension in a separate schema and ignore the schema in register_entities

create schema extensions;
create extension uuid-ossp with schema extensions;

and in env.py

register_entities([...], exclude_schemas=['extensions'])

I'll look into other options and follow up later

from alembic_utils.

jasiek avatar jasiek commented on May 26, 2024

That make sense - thanks for the tip.

from alembic_utils.

olirice avatar olirice commented on May 26, 2024

Ignoring functions from extensions is now automatic.

Here is the update:
f754ac4

It is available on pypi in version 0.2.3

from alembic_utils.

olirice avatar olirice commented on May 26, 2024

Iโ€™m going to close this because I believe excluding functions sourced from extensions fully solves the issue

Please reopen if it isnโ€™t working for your use case

from alembic_utils.

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.