-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Running this command fails.
$ dlt init chess cratedb
Destination 'cratedb' was first attempted to be resolved as a named destination with a configured type. However, no destination type was configured. If your destination is a named destination, set a valid destination type either as an environment variable:
DESTINATION__CRATEDB__DESTINATION_TYPE=duckdb
or in your configuration files:
[destination.cratedb]
destination_type="duckdb"
Since no destination type was found, dlt also tried to resolve 'cratedb' as a standard destination. However, destination `cratedb` is not one of the standard dlt destinations. Following fully qualified refs were tried in the registry:
cratedb
destinations.cratedb
dlt.destinations.cratedb
Modules and attributes were tried in the following order and failed to import:
mod:`destinations` attr: `cratedb` failed due to: ModuleSpecNotFound
mod:`dlt.destinations` attr: `cratedb` failed due to: AttrNotFound and causing exception: module 'dlt.destinations' has no attribute 'cratedb'
NOTE: Please refer to our docs at 'https://dlthub.com/docs/reference/command-line-interface#dlt-init' for further assistance.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working