Skip to content

Commit

Permalink
Fix join by consistent naming (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Nov 27, 2024
1 parent a65fb7a commit b3c6df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumen/ai/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _resolve_data(self, data: DataT | list[DataT] | None):
source = DuckDBSource(
tables=tables, mirrors=mirrors,
uri=':memory:', initializers=initializers,
name='Provided'
name='ProvidedSource00000'
)
sources.append(source)
memory['available_sources'] = sources
Expand Down

0 comments on commit b3c6df1

Please sign in to comment.