Skip to content

dlt init chess cratedb fails #33

@amotl

Description

@amotl

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions